Hi All,
I was asked to come up with what I thought was a simple solution to a complex problem. I have a date in cell A1. The results are shown in A3. If the cell in A1 is before 9/29/10, the results in A3 is false. If the date in A1 is between 9/29/10 and 10/1/11, the results are true.
Here's what I tried:
=IF(H12<"9/28/10","Y","N")*IF(AND(H12>="9/29/10",H12<="10/1/11"),"Y","N")
Since I am asking for help, this obviously didn't work.
Any help will be greatly appreciated.
Thanks:
Bookmarks