If one date is later than another
Solved
cindy
-
cindy -
cindy -
Hello,
I have two dates in two different columns.
I want to indicate if one is greater than the other.
My idea was:
=IF(A1>A2,"FALSE","")
Let’s assume:
A1: 12/06/2013
A2: 15/08/2010
What do you suggest?
Thank you in advance.
Configuration: Windows Vista / Firefox 35.0
I have two dates in two different columns.
I want to indicate if one is greater than the other.
My idea was:
=IF(A1>A2,"FALSE","")
Let’s assume:
A1: 12/06/2013
A2: 15/08/2010
What do you suggest?
Thank you in advance.
Configuration: Windows Vista / Firefox 35.0
2 answers
-
Hello, your formula is good but you're missing dateval. You can set it like this example