I have a column in Excel that reads like:
1 year ago
1990
2 years ago
1993
1990
1 year ago
I want to extract into another column only those unique values that end in "ago", viz:
1 year ago
2 years ago
I can do it using a macro, but this is inefficient as it creates 1024K blank lines in the spreadsheet when there are only about 100 filled lines.
Any suggestions on how to do this with VB instead?
TIA
Bookmarks