View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mikewild2000[_13_] mikewild2000[_13_] is offline
external usenet poster
 
Posts: 1
Default cells in ascending order

i have 2 colums of cells K10 to K20 AND L10 to L20.

The K column holds team numbers (1 to 10)
The L column holds each teams accumlated score.

I am trying to sort the scores in to ascending order, yet keep the tea
numbers with the correct score.

For example

1 16
2 45
3 21
4 23
5 12, etc, etc before it is sorted in ascending dorder.

what i am trying to acheve is this:

2 45
4 23
3 21
1 16
5 12

I do hope somebody can help

--
Message posted from http://www.ExcelForum.com