Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
maybe this will have a very similar solution to my first question.
If I have a range of data such as below which i want excel to tell me which is the biggest and call it 1st, the second biggest 2nd etc. inputs ouput a 3 3rd b 6 1st c 1 4th d 4 2nd I do not know yet how long my list of data will be, somehwere between 6 and 10 rows i guess so its not much. Any ideas on this one as well? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RANK(B2,B:B)
and fill it down! Regards, Stefi €˛LiAD€¯ ezt Ć*rta: maybe this will have a very similar solution to my first question. If I have a range of data such as below which i want excel to tell me which is the biggest and call it 1st, the second biggest 2nd etc. inputs ouput a 3 3rd b 6 1st c 1 4th d 4 2nd I do not know yet how long my list of data will be, somehwere between 6 and 10 rows i guess so its not much. Any ideas on this one as well? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks a million
so simple when u know how u've solved my first question with that too. thanks "LiAD" wrote: maybe this will have a very similar solution to my first question. If I have a range of data such as below which i want excel to tell me which is the biggest and call it 1st, the second biggest 2nd etc. inputs ouput a 3 3rd b 6 1st c 1 4th d 4 2nd I do not know yet how long my list of data will be, somehwere between 6 and 10 rows i guess so its not much. Any ideas on this one as well? Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I think it takes a little more work to reach your requested results "1st, 2nd, 3rd".... Suppose your data is in column A 1. In cell E1 enter 1st and fill it down 10 or more rows. 2. In cell D1 enter 1 and in D2 enter 2. Highlight both of these and double-click the fill handle 3. In B1 enter the formula =VLOOKUP(RANK(A1,$A$1:$A$8),$D$1:$E$10,2,FALSE) and fill it down. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "LiAD" wrote in message ... thanks a million so simple when u know how u've solved my first question with that too. thanks "LiAD" wrote: maybe this will have a very similar solution to my first question. If I have a range of data such as below which i want excel to tell me which is the biggest and call it 1st, the second biggest 2nd etc. inputs ouput a 3 3rd b 6 1st c 1 4th d 4 2nd I do not know yet how long my list of data will be, somehwere between 6 and 10 rows i guess so its not much. Any ideas on this one as well? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with sorting and ranking data | Excel Discussion (Misc queries) | |||
data ranking | Excel Worksheet Functions | |||
Ranking Data | Excel Discussion (Misc queries) | |||
Ranking Data | Excel Discussion (Misc queries) | |||
Ranking Data | Excel Worksheet Functions |