My formula:
=IF(AND(E18>=1/1/2007,E18<=12/31/2007,E18+180, " ")
The problem:
It's returning false, even though my E18 date is 3/15/2007. I have formatted E18 as a date mm/dd/yyyy so I'm not sure why the problem. When I look at the function arguments, the first part shows true, the second shows false.
Any thoughts?
Thanks!
=IF(AND(E18>=1/1/2007,E18<=12/31/2007,E18+180, " ")
The problem:
It's returning false, even though my E18 date is 3/15/2007. I have formatted E18 as a date mm/dd/yyyy so I'm not sure why the problem. When I look at the function arguments, the first part shows true, the second shows false.
Any thoughts?
Thanks!