Thread: Sorting
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
osaka78 osaka78 is offline
external usenet poster
 
Posts: 25
Default Sorting

i have around 20 sheets each one has a following data
A B C D E F
1 5 6 7 8 9 abc
2 6 5 8 8 9 def
3 8 7 9 2 1 ghi
4 7 7 6 6 5 jkl
5 5 4 1 1 1 mno

i like the result to be converted as follows

abc 5
abc 6
abc 7
abc 8
abc 9
def 6
def 5
def 8
def 8
def 9
and so on

Regards