C
cjwenngatz
As part of a method to try and create a summary sheet, I have an IF
statement setup to tell me the date period. Currently, it states:
=IF('OC''s'!I3>5/5/2007,1,0)
Basically state "1" if the date is greater than May 5, 2007. For some
reason, it responds with a "1" anytime there is anything written into
the cell, which is driving me nuts. Also, what would I do if I want to
have it populate a "1" if the date in that cell is between May 5th and
May30th?
Thanks!
statement setup to tell me the date period. Currently, it states:
=IF('OC''s'!I3>5/5/2007,1,0)
Basically state "1" if the date is greater than May 5, 2007. For some
reason, it responds with a "1" anytime there is anything written into
the cell, which is driving me nuts. Also, what would I do if I want to
have it populate a "1" if the date in that cell is between May 5th and
May30th?
Thanks!