Thread: Sorting of Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default Sorting of Data

Hi all,
I have got column like mentioned below.
Name
a
c
d
f
a
b
c
t
b

I want to sort out data like
Name
a
b
c
d
f
t
Help me to get sorted data(avoid duplication) in this way using advace
function of MS Excel.

Thanks