View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default Ranking Sales Reps

You can do a rank-order with a compound function such as this:
=INDEX($A$1:$A$11,RANK(B1,$B$1:$B$11))

HTH,
Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Frustrated" wrote:

Im able to rank my sales reps in a column but i would like to take the top
sales rep in that column display his name in a different cell. Here is my
ranking formula which ranks the sales reps by numbers. I would like to take
the top sales rep based off the number ranking and display his name in a
different cell. How can this be done?

Rank formula: =RANK($H15,$H$6:$H$25,0)