Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If I have these #'s in these days....
1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Cell A3
=RANK(A2,$A$2:$G$2) and copy the formula to the right... If this post helps click Yes --------------- Jacob Skaria "Steve" wrote: If I have these #'s in these days.... 1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I will assume that "Sat" is in A1, and 29 is in A2
In C3 enter =RANK(A2,$A$2:$G$2) Copy across the row best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Steve" wrote in message ... If I have these #'s in these days.... 1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
in cell A3 enter =RANK(A2,$A$2:$G$2) copy the formula to the right "Steve" wrote: If I have these #'s in these days.... 1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you all.Worked great.
Steve "Jacob Skaria" wrote: In Cell A3 =RANK(A2,$A$2:$G$2) and copy the formula to the right... If this post helps click Yes --------------- Jacob Skaria "Steve" wrote: If I have these #'s in these days.... 1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=RANK(A1,$A1:$G1) -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Steve" wrote: If I have these #'s in these days.... 1 Sat Sun Mon Tue Wed Thu Fri 2 29 138 18 177 139 150 169 3 6 5 7 1 4 3 2 How can I give the Max #1, the Min # 7, and the proper rankings/places in between ? ( row 3) Thanks, Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ALPHA/NUMERICAL SORT | Excel Discussion (Misc queries) | |||
display the numerical ranking of a row of numbers in another row | Excel Discussion (Misc queries) | |||
VLOOKUP with numerical sort | Excel Worksheet Functions | |||
numerical data sort | Excel Worksheet Functions | |||
Another sort of ranking... | Excel Discussion (Misc queries) |