Overall Ranking by other rankings

Giggzz

Well-known Member
Joined
Jul 4, 2002
Messages
990


Good day...

Trying to come up with a overall ranking in column H bsed on the rankings in G,E,C. Any idea? Im dividing the 3 totals but that doesnt seem to be the right answer.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Does the following, which uses an extra column, do what you want? Note that I have changed all your ranking columns to use the RANK function.
Overall Rank.xls
BCDEFGHI
2AvgHourlyRateRankAvgHoursRankAvgRevenueRankTotal of RanksOverallRank
3$18.77255.7514$1,038.521173
4$14.271448.807$350.67113212
5$18.85148.606$914.98291
6$16.75650.008$836.393174
7$17.29540.052$230.0312196
8$14.761250.809$387.08103111
9$15.00952.1512$0.0013 NoRanking
10$15.63841.503$653.988197
11$17.39442.605$459.679185
12$14.501351.2511$741.646309
13$15.001052.1513$696.9873010
14$16.10751.1310$820.864218
15$17.68342.004$755.505122
16$15.00110.001$0.0014 NoRanking
Sheet2


Formula in I3, copied down, is: =IF(ISNUMBER(H3),RANK(H3,$H$3:$H$16,1)+COUNTIF($H$3:H3,H3)-1,"No Ranking")
 
Upvote 0
The ranking calculation is producing a #DIV/0! error in column C when column B has no value to display. How can I get around that?

Thanks
 
Upvote 0
Mmm, interesting. I get a #N/A if a cell in column B contains nothing, but it works OK if there is a zero there. Columns E and G do not display #N/A even if the corresponding cells in D and F are blank.

The difference seems to be that both columns D and F already contain a zero, whereas column B does not. If you delete the zero(s) in columns D and F the same error occurs, but I don't know why. I've looked in Excel Help for RANK but can't find anything helpful there. Maybe some Formula Guru can explain why.

Meanwhile, as a workround you could make sure that the formula in column B does not return a blank but returns a zero, otherwise resort to using =IF(ISNUMBER() at the beginning of the RANK formula in column C
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,825
Members
449,470
Latest member
Subhash Chand

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