I am looking to write an excel macro to delete rows in a sheet based on the "minute" value of the data. I have a sheet with a column that reads sort of like this :
10/20/2003 12:00
10/20/2003 12:12
10/20/2003 12:15
10/20/2003 13:00
10/20/2003 13:15
...
I'd like to delete the entire row associated with any cell having the number 12 as a minute reading, i.e. 10/20/2003 12:12 (but not 10/20/03 12:12 ... only the ones where the minute reading is a 12!)
I am stumped!
10/20/2003 12:00
10/20/2003 12:12
10/20/2003 12:15
10/20/2003 13:00
10/20/2003 13:15
...
I'd like to delete the entire row associated with any cell having the number 12 as a minute reading, i.e. 10/20/2003 12:12 (but not 10/20/03 12:12 ... only the ones where the minute reading is a 12!)
I am stumped!