In cell A1 I have a date.
In cell B1 I want it to analize the data in A1 and output a "1" if the date is between 01/01/03 and 02/01/03 otherwise if false write "0".
How would I write this formula?
The formulas I see all only allow you to do one logical test. In this case I'm wanting to do two logical tests, aren't I?