Simple Filter

C

c.n.ricker

I have a datasheet with a list of sales numbers and multiple invoice
dates (stored as text) for each sales number (there are duplicate
sales numbers, and distinct invoice dates). I need to compress the
list so I have only one (any one) invoice date for each sales order.

Any Ideas?
 
L

Lynn Trapp

Can you post a small sample of the data AND what you would like the result
to be?
 
Top