J
JR
I have an IF statement where I am looking to see if a date falls in the month
of July 2004. Is there a way to use a wildcard to say:
=IF( D2<=DATEVALUE("07/**/2003"),E2," ")?
If it is ANY day within July, I want it to be TRUE. I know I can say if the
date is > 7/1/2004 and then nest another IF statement to say of the date is <
8/1/04 but the actual formula is quite large so I want to keep this simple
if I can.
of July 2004. Is there a way to use a wildcard to say:
=IF( D2<=DATEVALUE("07/**/2003"),E2," ")?
If it is ANY day within July, I want it to be TRUE. I know I can say if the
date is > 7/1/2004 and then nest another IF statement to say of the date is <
8/1/04 but the actual formula is quite large so I want to keep this simple
if I can.