ranking a list of numbers above or below the average

D

Debbie

I've used the "rank" function to rank each number in my
list, however I need to compare against the average number
of the list and rank as +1, +2, -1, -2, etc.
How can I adjust my formula in the cell to add this
requirement?
Thanks in advance!
 
B

Bernie Deitrick

Debbie,

Let's say you have your list in A1:A10. In A11, enter the formula
=Average(A1:A10)
Then in B1, enter the formula
=RANK(A1,$A$1:$A$11,TRUE)-RANK($A$11,$A$1:$A$11,TRUE)
and copy down to B2:B10.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Rank Formula 1
Ranking 2
Ranking Sales Reps 2
Ranking if number is >550 3
Ranking - Not Sorting Properly. 14
Ranking a moving list 3
Ranking if number is between 550 and 855. 2
Reverse ranking 1

Top