
Originally Posted by
AMK4
I know I can compared a date with today() and perform some action. What I'd like to do is do the same thing if the dates (as typed in the cells) are in the following format (the cell is formatted as General):
Dec. 21 - Jan. 4 '07
Jan. 8
Jan. 13-16
Jan. 20 - Mar. 4
I suppose some parsing would have to be performed on that string to figure out what the date is, but I don't know how to achieve that - nor if it's even possible.
But, what I like to do is figure out if today() is later than whatever is in the cell, and if so change the text color in the adjacent cell.
Bookmarks