I'm trying to write a formula to return a "1" if the reference date falls between two dates.
The highlighted Q1 should show a result of "1" based on the criteria further down the sheet as shown below.
=IF(AND([Planned Date]@row >= $[Actual SIP Date]$177, [Planned Date]@row <= $[shipped On time]$177), "1", "") returns a #INVALID OPERATION error.
For reference, the $[Actual SIP Date]$177 is the location (column header and row) of where the blue highlighted cell is located.
Any help would be appreciated.
Thank you.
Amy