Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How to order numbers

I have a column of around 25 numbers ranging in value from 0 to 50 with some
duplications. I would like the next column to show their order IE: highest
number is listed as 1 next highest 2, etc. I do NOT want to sort the numbers
into increasing value. Would be nice but not necessary if ties would carry
same result number.
23 - 2
46 - 1
11 - 3
22-3
etc.
Is their a formula to do this in Excel standard 2007?
Thank you
Mel


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default How to order numbers

Take a look at the rank function in XL...

=rank(a1, $A$1:$A$10, 0)

--
HTH...

Jim Thomlinson


"shakey" wrote:

I have a column of around 25 numbers ranging in value from 0 to 50 with some
duplications. I would like the next column to show their order IE: highest
number is listed as 1 next highest 2, etc. I do NOT want to sort the numbers
into increasing value. Would be nice but not necessary if ties would carry
same result number.
23 - 2
46 - 1
11 - 3
22-3
etc.
Is their a formula to do this in Excel standard 2007?
Thank you
Mel



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How to order numbers

Thank you Works great and even takes care of the same score aspect.
Mel

"Jim Thomlinson" wrote in message
...
Take a look at the rank function in XL...

=rank(a1, $A$1:$A$10, 0)

--
HTH...

Jim Thomlinson


"shakey" wrote:

I have a column of around 25 numbers ranging in value from 0 to 50 with
some
duplications. I would like the next column to show their order IE:
highest
number is listed as 1 next highest 2, etc. I do NOT want to sort the
numbers
into increasing value. Would be nice but not necessary if ties would
carry
same result number.
23 - 2
46 - 1
11 - 3
22-3
etc.
Is their a formula to do this in Excel standard 2007?
Thank you
Mel





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default How to order numbers

You can use the RANK function. Assuming your numbers are in A1:A100, put
this formula in B1 and copy down...

=RANK(A1,A$1:A$100)

--
Rick (MVP - Excel)


"shakey" wrote in message
...
I have a column of around 25 numbers ranging in value from 0 to 50 with
some duplications. I would like the next column to show their order IE:
highest number is listed as 1 next highest 2, etc. I do NOT want to sort
the numbers into increasing value. Would be nice but not necessary if ties
would carry same result number.
23 - 2
46 - 1
11 - 3
22-3
etc.
Is their a formula to do this in Excel standard 2007?
Thank you
Mel


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How to order numbers

Thank you Rick - It works as I hoped for.
Mel

"Rick Rothstein" wrote in message
...
You can use the RANK function. Assuming your numbers are in A1:A100, put
this formula in B1 and copy down...

=RANK(A1,A$1:A$100)

--
Rick (MVP - Excel)


"shakey" wrote in message
...
I have a column of around 25 numbers ranging in value from 0 to 50 with
some duplications. I would like the next column to show their order IE:
highest number is listed as 1 next highest 2, etc. I do NOT want to sort
the numbers into increasing value. Would be nice but not necessary if ties
would carry same result number.
23 - 2
46 - 1
11 - 3
22-3
etc.
Is their a formula to do this in Excel standard 2007?
Thank you
Mel






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
Order of Numbers Kerry Excel Discussion (Misc queries) 2 April 7th 10 01:57 PM
numbers in order woody Excel Discussion (Misc queries) 4 December 4th 07 10:03 PM
reverse order of numbers Dave F[_2_] Excel Discussion (Misc queries) 5 September 16th 07 01:41 PM
getting numbers divisible by 4 from random numbers in ascending order ramana Excel Worksheet Functions 6 June 19th 07 06:41 PM
HOW TO RIGHT A FORMULA TO HAVE NUMBERS APPEAR IN ORDER ANEKA Excel Programming 1 September 27th 06 02:01 AM


All times are GMT +1. The time now is 03:26 PM.

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

About Us

"It's about Microsoft Excel"