View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_74_] Mike[_74_] is offline
external usenet poster
 
Posts: 2
Default removing early duplicates

Can anyone help me with a UDF to remove early duplicates
from a list?

Example:
Input:
A
B
A
C
B

Output:
A
C
B

Thanks,
Mike