S
Sambonator
I have a spreadsheet with a bunch of VLOOKUP functions that pull dates from
different sheets.
When I try to compare the dates I get incorrect results.
E.g. Vlookup Results in A1 shows 5/15/2009, A2 shows 6/1/2009.
When I compare A1 to A2, =IF(A2>A1,TRUE,FALSE) I get FALSE.
If I manually type in 5/15/2009 into B1 and 6/1/2009 into B2, and I do
=IF(B2>B1,TRUE,FALSE) I get TRUE.
What might be going wrong here?
different sheets.
When I try to compare the dates I get incorrect results.
E.g. Vlookup Results in A1 shows 5/15/2009, A2 shows 6/1/2009.
When I compare A1 to A2, =IF(A2>A1,TRUE,FALSE) I get FALSE.
If I manually type in 5/15/2009 into B1 and 6/1/2009 into B2, and I do
=IF(B2>B1,TRUE,FALSE) I get TRUE.
What might be going wrong here?