Hello,
What I am trying to do is use a VBA code to remove duplicates of a column of data as well as the oldest date. See the pictures below.
dates 1.PNG
The picture above shows a column of dates, they are not necessarily in any order but in this case they happen to be. In a different sheet, I want the duplicates removed and the oldest date. The picture below shows the desired result, with this result preferably being in date order and the date values of "31 March 2016" being removed completely because that is the oldest date.
dates 2.PNG
On top of this, I am trying to have the code so that if more dates get added to the first list, they will automatically be added to the results column if I run the code.
I'm sorry if this is complicated because it's quite specific, but I don't know how to do it so any help would be great
Thanks
Bookmarks