M
Matt
I would like to use a formula to tell whether one date and time is
earlier or later than another.
In cell A1: 4/7/07 1:00PM
In cell B1: 4/4/07 5:00PM
The formula I tried in cell C1 is =if(A1>=B1,1,0)
but this formula does not do what I am trying to do. Why? Is there a
better way to approach this?
earlier or later than another.
In cell A1: 4/7/07 1:00PM
In cell B1: 4/4/07 5:00PM
The formula I tried in cell C1 is =if(A1>=B1,1,0)
but this formula does not do what I am trying to do. Why? Is there a
better way to approach this?