Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default Ranking if number is 550

I need to know how to rank a list of numbers but only rank the numbers above
550.
Example
A
1523
1242
550
890

I need to rank 1523, 1242, 890, and leave 550 out...
So the ranking should be 1523:3, 1242:2, and 890:1
Thanx.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 364
Default Ranking if number is 550

With your numbers in A1:A4, put this formula in B1 and copy down as far as
B4:
=IF(A1550,RANK(A1,$A$1:$A$4),"")
Is this what you want?

"David A." wrote in message
...
I need to know how to rank a list of numbers but only rank the numbers
above
550.
Example
A
1523
1242
550
890

I need to rank 1523, 1242, 890, and leave 550 out...
So the ranking should be 1523:3, 1242:2, and 890:1
Thanx.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Ranking if number is 550

Have you compared your results with the result the OP asked for?
--
David Biddulph

"Stephen" <none wrote in message
...
With your numbers in A1:A4, put this formula in B1 and copy down as far as
B4:
=IF(A1550,RANK(A1,$A$1:$A$4),"")
Is this what you want?

"David A." wrote in message
...
I need to know how to rank a list of numbers but only rank the numbers
above
550.
Example
A
1523
1242
550
890

I need to rank 1523, 1242, 890, and leave 550 out...
So the ranking should be 1523:3, 1242:2, and 890:1
Thanx.





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default Ranking if number is 550

How would it work if I needed the rank in a range of numbers, lets say
between 550 and 855?

"Stephen" wrote:

With your numbers in A1:A4, put this formula in B1 and copy down as far as
B4:
=IF(A1550,RANK(A1,$A$1:$A$4),"")
Is this what you want?

"David A." wrote in message
...
I need to know how to rank a list of numbers but only rank the numbers
above
550.
Example
A
1523
1242
550
890

I need to rank 1523, 1242, 890, and leave 550 out...
So the ranking should be 1523:3, 1242:2, and 890:1
Thanx.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Top 10 Ranking again louiscourtney Excel Discussion (Misc queries) 0 July 19th 07 04:36 PM
Top 10 Ranking louiscourtney Excel Discussion (Misc queries) 10 July 19th 07 03:28 PM
I want to assign a ranking number to a series of values. tdkdik Excel Worksheet Functions 1 April 3rd 07 05:26 PM
ranking Blade370 Excel Worksheet Functions 6 February 8th 07 10:53 AM
Ranking? Saxman Excel Discussion (Misc queries) 3 October 4th 06 04:32 PM


All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"