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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,214,923
Messages
6,122,289
Members
449,077
Latest member
Rkmenon

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