Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In my workbook I have a set of numbers that I want to rank. I have a empty
colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(E1="","",SUMPRODUCT(--(E1<E$1:E$34),1/COUNTIF(E$1:E$34,E$1:E$34&""))+1) Ctrl+Shift+Enter Or this: =RANK(E1,$E$1:$E$34) Ctrl+Shift+Enter Regards, Ryan--- -- RyGuy "JBG" wrote: In my workbook I have a set of numbers that I want to rank. I have a empty colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I copied the numbers that were in row D into row E should I just have that
row empty and is that why it is still not working? "ryguy7272" wrote: Try this: =IF(E1="","",SUMPRODUCT(--(E1<E$1:E$34),1/COUNTIF(E$1:E$34,E$1:E$34&""))+1) Ctrl+Shift+Enter Or this: =RANK(E1,$E$1:$E$34) Ctrl+Shift+Enter Regards, Ryan--- -- RyGuy "JBG" wrote: In my workbook I have a set of numbers that I want to rank. I have a empty colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make sure the numbers that you are ranking are in column E, because that is
the column being referenced, and when you enter the functionmake sure you hold down the Control key and the Shift key and the Enter key ALL AT THE SAME TIME (or hold down CTRL then hold down Shift then hold down Enter). Try it; it should work fine for you... Regards, Ryan-- -- RyGuy "JBG" wrote: I copied the numbers that were in row D into row E should I just have that row empty and is that why it is still not working? "ryguy7272" wrote: Try this: =IF(E1="","",SUMPRODUCT(--(E1<E$1:E$34),1/COUNTIF(E$1:E$34,E$1:E$34&""))+1) Ctrl+Shift+Enter Or this: =RANK(E1,$E$1:$E$34) Ctrl+Shift+Enter Regards, Ryan--- -- RyGuy "JBG" wrote: In my workbook I have a set of numbers that I want to rank. I have a empty colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, I think I got it. If you have three rankings and you autosum the
three which I have done. How do you rank the autosum? =RANK(D4,$D$4:$D$34) is the formula for all three rankings, then the formula for autosum is =SUM(E4,I4,M4). When I try the formula =RANK(N4,$N$4:$N$34) the cell displays #N/A. Does it have to do with the autosum? "ryguy7272" wrote: Make sure the numbers that you are ranking are in column E, because that is the column being referenced, and when you enter the functionmake sure you hold down the Control key and the Shift key and the Enter key ALL AT THE SAME TIME (or hold down CTRL then hold down Shift then hold down Enter). Try it; it should work fine for you... Regards, Ryan-- -- RyGuy "JBG" wrote: I copied the numbers that were in row D into row E should I just have that row empty and is that why it is still not working? "ryguy7272" wrote: Try this: =IF(E1="","",SUMPRODUCT(--(E1<E$1:E$34),1/COUNTIF(E$1:E$34,E$1:E$34&""))+1) Ctrl+Shift+Enter Or this: =RANK(E1,$E$1:$E$34) Ctrl+Shift+Enter Regards, Ryan--- -- RyGuy "JBG" wrote: In my workbook I have a set of numbers that I want to rank. I have a empty colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You lost me now. Your Rank function looks correct and your Sum function is
correct too, so I'm not sure why it's not working for you. I'd say just fiddle around with it for a bit and you'll probably figure it out. Regards, Ryan-- -- RyGuy "JBG" wrote: Thank you, I think I got it. If you have three rankings and you autosum the three which I have done. How do you rank the autosum? =RANK(D4,$D$4:$D$34) is the formula for all three rankings, then the formula for autosum is =SUM(E4,I4,M4). When I try the formula =RANK(N4,$N$4:$N$34) the cell displays #N/A. Does it have to do with the autosum? "ryguy7272" wrote: Make sure the numbers that you are ranking are in column E, because that is the column being referenced, and when you enter the functionmake sure you hold down the Control key and the Shift key and the Enter key ALL AT THE SAME TIME (or hold down CTRL then hold down Shift then hold down Enter). Try it; it should work fine for you... Regards, Ryan-- -- RyGuy "JBG" wrote: I copied the numbers that were in row D into row E should I just have that row empty and is that why it is still not working? "ryguy7272" wrote: Try this: =IF(E1="","",SUMPRODUCT(--(E1<E$1:E$34),1/COUNTIF(E$1:E$34,E$1:E$34&""))+1) Ctrl+Shift+Enter Or this: =RANK(E1,$E$1:$E$34) Ctrl+Shift+Enter Regards, Ryan--- -- RyGuy "JBG" wrote: In my workbook I have a set of numbers that I want to rank. I have a empty colomn and when I use the rank function it displays the error window. I know I am making this harder than needed. What do I use in the number, ref, order? The numbers I want to rank numbers E4:E34 and have column F empty. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ranking | Excel Discussion (Misc queries) | |||
Ranking | Excel Worksheet Functions | |||
ranking | Excel Worksheet Functions | |||
Ranking | Excel Discussion (Misc queries) | |||
Ranking | Excel Worksheet Functions |