I need a formula that shows:
if todays date(C4) is before or on the specified date, then insert whats in B5, otherwise (or if todays date is after specified date) insert/keep what shows in B5 on that specified date.
I have so far:
=IF(C4<=DATE(2012,9,28),$B$5)
The point is that B5 will constantly be changing, If I dont specify what to do after specified date, then the result shows FALSE.
I hope I made sense! Much appreciated
Bookmarks