Sort list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! I have a long list of dates and corresponding values to each date. The
problem is that sometimes there are multiple occurences of a single date. The
list is sorted by date. I want to create a new list based on the old one but
where I have only the first occurence of a date. How can I do this using
worksheetfunctions or a macro? I tried =if(A9=A8;A10;A9) but the problem is
that there can be many repetitions of a single date ie I does not work to use
many if(..if(..)) etc. Please help! Thanks alot in advance!
 
Hi Arne

If you mark just the column of dates then use
Data>Filter>Advanced Filter>click unique values only>Copy to New
Location>Sheet2!A1
you will get a filtered list with no repeats of date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top