I have an Excel report that generates everyday that have dates that differ from anywhere to three days to two due to the uneven amount of calendar days in any given month. The report, in column F looks like this below. Today's date is 07/16/13 and the process generating the report is configured to show anything greater then 180 days so that we catch the right data.
01/12/2014 01/15/2014 01/15/2014 01/12/2014 01/15/2014
I'd like to delete all rows that are not equal to 1/15/14. I don't know if there is a way to add another column with just 1/15 and then delete the rest? Any help or direction would be greatly appreciated.
We are now going into the file everyday and doing a sort by date and then delete. I'd like to automate it.
Thank you