View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bobby769 bobby769 is offline
external usenet poster
 
Posts: 10
Default counting the # of unique values

I have a file with multiple worksheets. I need to find the # of unique values
in D:D. The values in D:D are alpha numeric

Ex.
Values
1a
1d
2e
1a

That should return the # "3" in the destination cell.

Thanks in advance.