View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charlie
 
Posts: n/a
Default Indexing of Name

Hello guys,
I have column like this in my spread sheet.

Name
a
c
b
a
c
a
b
c
d
a
c
b

I want to do indexing(output) of that column as below mentioned
format(without duplication of any data of column 'name') using advance
function of excel.

Name
a
b
c
d

regards,