C
Cam
I have a Data! sheet with a Cell C16 that holds a date (m/d/yy). On another
sheet I am trying to determine if the date on Data!C16 is >= May 1st 2003.
My IF statement looks like this.
=IF(Data!C16>=DATE(2003,5,1),SUM((D22*0.1)+(D23*0.1)+(D24*0.8)),"Do
something else")
It is important that I compare the date to 5/1/2003 (legislative reasons).
When I put 1/1/1989( m/d/yy) in Data!C16, the statement resolves TRUE!..It
should not.
I can put the static date (5/1/2003) in another cell with a leading
apostrophy and compare Data!C16 to that cell and it works, but I should not
have to.
What am I doing wrong?
Todd Canfield
sheet I am trying to determine if the date on Data!C16 is >= May 1st 2003.
My IF statement looks like this.
=IF(Data!C16>=DATE(2003,5,1),SUM((D22*0.1)+(D23*0.1)+(D24*0.8)),"Do
something else")
It is important that I compare the date to 5/1/2003 (legislative reasons).
When I put 1/1/1989( m/d/yy) in Data!C16, the statement resolves TRUE!..It
should not.
I can put the static date (5/1/2003) in another cell with a leading
apostrophy and compare Data!C16 to that cell and it works, but I should not
have to.
What am I doing wrong?
Todd Canfield