Rank x of x

PHnew

New Member
Joined
Oct 28, 2010
Messages
22
I am preparing "report cards" for 20 employees. The report card will reflect only the employee's rankings on certain production criteria.

I have information on 20 differrent people. On one criteria I want to rank, each of the 20 people have comparative data. On some other criteria, not all have data. I've figured out how to rank each comparative data set, but I'm wondering if there is a way to reflect a result of something like "1 of 20" or "1 of 7" so that one the data sets where not everyone is being compared it shows the number of people being ranked.

I know that zeros aren't counted, but in this case, some times they aren't even being counted in the group for comparison.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Zeroes ARE counted if they're entered. if they're blank cells then no worries.

You can use the COUNTA formula to see out of how many people there are. For example:

=RANK(B2,$B$1:$B$10)&" of "&COUNTA($B$1:$B$10)
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

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