Thread: Unique values
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
travis
 
Posts: n/a
Default Unique values

I need help for returning unique values. I can count the unique values but I
need to show them. For each different ManDocNo, I want to return the unique
EPACodes. A simplified example below:

ManDocNo EPAUCode EPAPCode EPAD1Code
24155580
24155580 D009
24155580
24155580 U151 D009
AR1599445
AR1599445
AR1599445
AR1599445
AR1599445
AR1599445 D001
AR1599445 U019 D001
AR1599445 D002
AR1599445 P087
AR1599445 P105
AR1599445 U006 D001
AR1599445 U019 D018
AR1599445 U031
AR1599445 U044 D022
AR1599445 U053 D001
AR1599445 U057 D001
AR1599445 U092 D002
AR1599445 U103 D002

Thanks for your help.