Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I own car yard. I in colum A i have Sales People and in colums H I J i got 3
months figures of what they sold. I want a ranking formula that works for all colums as 1. so if colum j John is first then rank 1. then second was colum I so 2 for fred |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In know you've asked to rank the three columns as one, but that's out of the
ordinary and unnecessarily hard formulaically. When ranking, you do it off of a summary column. So, if it's missing, add it in, perhaps column K. Then a normal, simple rank formula works. If the three rows are 2,3 and 4 and you added those sums in column K: K2 =SUM(H2:J2) K3 =SUM(H3:J3) K4 =SUM(H4:J4) ....then in L2 use: =RANK(K2, $K$2:$K$4) ....and copy that formula down. -- "Actually, I *am* a rocket scientist." -- JB Your feedback is appreciated, click YES if this post helped you. "Novice at the Computer" wrote: I own car yard. I in colum A i have Sales People and in colums H I J i got 3 months figures of what they sold. I want a ranking formula that works for all colums as 1. so if colum j John is first then rank 1. then second was colum I so 2 for fred |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 sum function | Excel Worksheet Functions | |||
Excel 2003 - Tab Function | Excel Discussion (Misc queries) | |||
Help in VBA/Excel 2003 doesn't function | Setting up and Configuration of Excel | |||
If - Function in Excel 2003: HELP! | Excel Discussion (Misc queries) | |||
Add-ins function in Excel 2003 | Excel Worksheet Functions |