Hi,
I am ranking 6 different number ranges f.e W4:W26, W30:W52, W56:W78 etc. with this formula
=RANK(W4,(W$4:W$26),0) I am attaching a sample.
The entire range of numbers is (W4:W156) and I would like to setup a formula that determines the ranking in each segment minus the highest score of the entire range. The highest score received the overall award and should not be part of the ranking, but in the division it occurs the placements would change - 2nd ranked would now get 1st..
So for example if the highest score of the entire range would be in the W4:W26 range the formula would be =RANK(W4,(W$4:W$26),0)-1
In the other ranges the absence of the high score would result in =RANK(W4,(W$4:W$26),0)
As we don't know in which division the highest score willI occur, I wonder if it would be possible to state that IF the max value of the entire range AND the max value in specified range are the same, ranking would be rank(range)-1
Is it possible to setup a formula to accomplish this?
I appreciate any help in this area.
Bookmarks