rubixcube88

New Member
Joined
Jan 4, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Alright, so 3 problems I need yall's help with please... I posted pictures to give a better idea. I'm hitting a wall... and i'm not an expert with vlookups or array formulas :(

1. I'm trying to get the top 5 Most improved sales associates. I want names & %Increase
2. And the 5 with the biggest decrease week over week. I want names & % Increase
3. I ran an this (=COUNTA(I2:I97)) to calculate the # of associates that worked... but it's including #N/A since some associates didn't show up the 2 weeks. How can I avoid counting the #N/As?

So this is is what the source is....
1609739292539.png


And this is pretty much what I want....
1609739544975.png
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
3. I ran an this (=COUNTA(I2:I97)) to calculate the # of associates that worked... but it's including #N/A since some associates didn't show up the 2 weeks. How can I avoid counting the #N/As?
You can use either Aggregate or Countifs.

Book1
ABCDEFGHI
2155.26%55155.26%
32#N/A353.90%
4353.90%527.79%
5446.70%446.70%
6527.79%75.97%
76#N/A
875.97%
98#N/A
Sheet1
Cell Formulas
RangeFormula
D2D2=AGGREGATE(3,6,B2:B8)
E2E2=COUNTIFS($B$2:$B$8, "<>#N/A",$B$2:$B$8, "<>")
B2:B9B2=VLOOKUP(A2,H$2:$I$6,2,0)
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,753
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top