Hi guys
I'm not sure about how to check if one date is later than another by using IF statements because of dates being stored as values. E.g. I want to know if Feb is later than Jan using IF(FEB > JAN, "FEB is later than JAN", "JAN IS EARLIER THAN FEB") but this doesn't work.
I want to include an extra nested if statement before a vlookup which checks a certain date value from a report and returns me another text value if date value < current date.
So something like:
=IF(date value < current month date,"text",VLOOKUP(something from some table)).
How do I get around this dates stored as values problem?
Thanks
Rondog
I'm not sure about how to check if one date is later than another by using IF statements because of dates being stored as values. E.g. I want to know if Feb is later than Jan using IF(FEB > JAN, "FEB is later than JAN", "JAN IS EARLIER THAN FEB") but this doesn't work.
I want to include an extra nested if statement before a vlookup which checks a certain date value from a report and returns me another text value if date value < current date.
So something like:
=IF(date value < current month date,"text",VLOOKUP(something from some table)).
How do I get around this dates stored as values problem?
Thanks
Rondog