Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list which I would like to rank based on a criteria. I would like
the formula to look at all FCP Units and work out the ranking of the value against all other FCP units. Below is an example of what I am trying to achieve. Unit Value Rank FCP 8700 1 MSS 6500 1 FCP 6477 2 MSS 571 2 MSS 569 3 FCP 512 3 Thanks, Esther |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming that A1:B1 contain your headers (Unit and Value), and A2:B7
contains your data, try... C2, copied down: =SUMPRODUCT(--($A$2:$A$7=A2),--(B2<$B$2:$B$7))+1 Hope this helps! In article , "EstherJ" wrote: I have a list which I would like to rank based on a criteria. I would like the formula to look at all FCP Units and work out the ranking of the value against all other FCP units. Below is an example of what I am trying to achieve. Unit Value Rank FCP 8700 1 MSS 6500 1 FCP 6477 2 MSS 571 2 MSS 569 3 FCP 512 3 Thanks, Esther |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Returning Results Based on Two Criteria | Excel Worksheet Functions | |||
Find largest alphanumeric value matching alpha criteria in databas | Excel Worksheet Functions | |||
sorting more than 3 keys | Excel Discussion (Misc queries) | |||
how to sum highest ranking values meeting criteria within a limit? | Excel Discussion (Misc queries) | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |