Thread: No dupes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default No dupes

I am trying to get all the date from a certain date and I think I need to use
the no duplicates but am not sure what the macro would look like.

I have 50 rows of material some with the same date but not all.

Column A B C
5/12 100 50
5/12 95 55
5/13 100 40
5/13 98 42
5/13 97 45
5/18
6/15

I need all the information the date 5/13.

Can anyone help .... thank you in advance.

Eric