I presume that by 'last date' you mean the first date listed, the most recent date, then the easy way would be a helper column (say H) and in h1 put 1, in h2 putOriginally Posted by 8cats
=If(A2=A1,2,1)
and formula fill that to the end of your data, then Data Filter, auto filter, and on the helper column select 1
If you want the oldest date (the last listed) the formula
=If(A2=A3,2,1)
would be the way.
Hope this helps.
---
Bookmarks