View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric E[_2_] Eric E[_2_] is offline
external usenet poster
 
Posts: 1
Default Order numbers from smallest to largest

I have a list of random numbers in column A, in column B I would like the
number 1 to show up next to the lowest number in column A. I can't use sort
because each random number is in a group of 3 rows that I need to keep
together. I am looking for something like this, A containing the random
number, B containing the order of the numbers in column A.

A B
1 16 3
2 8 1
3 52 5
4 12 2
5 19 4

Does anyone even know if this is even possible?