August 16 what year, please provide as much info as possible when you ask a
question, I will assume the year is 2007, if not by looking at the formula
you should be able to adjust it. Also between does that include Aug 16, Nov
15, if not replace <= and >= with < and >
=IF(A2="","",IF(AND(A2>=DATE(2007,8,16),A2<=DATE(2007,11,15)),"Between","Not
between"))
--
Regards,
Peo Sjoblom
"Jimmy" <(E-Mail Removed)> wrote in message
news:834613F9-49EB-4CC7-A64F-(E-Mail Removed)...
>I have date ranges that certain things happen on. I need a formula that
>can
> read a cell and determine if it's in betweeen August 16 and November 15,
> for
> example, and return a value if it's true. I'm not sure how to get it to
> work.
>
> Thanks
|