Hope someone can help – I have been struggling with this for ages!
I have a formula with a multiple IF/AND statement incorporating dates and I just can’t get it to work.
The conditions are as follows – A1 must be greater than 0, A2 must have YES entered, A3 contains a date which must be within 1 calendar month. If these conditions are satisfied then the value from cell B1 is displayed, if they are not satisfied then the cell remains blank.
I have – =IF(AND($A1>0,A2="YES",A3>=TODAY()+28),B1,"")
The plus 28 days from today part doesn’t work because I want one calendar month. I tried calculating the start and the end of the month in 2 helper cells and then including something in the formula to day that if TODAY() is between these dates, but I get an error? It’s driving me mad!!
TIA
I have a formula with a multiple IF/AND statement incorporating dates and I just can’t get it to work.
The conditions are as follows – A1 must be greater than 0, A2 must have YES entered, A3 contains a date which must be within 1 calendar month. If these conditions are satisfied then the value from cell B1 is displayed, if they are not satisfied then the cell remains blank.
I have – =IF(AND($A1>0,A2="YES",A3>=TODAY()+28),B1,"")
The plus 28 days from today part doesn’t work because I want one calendar month. I tried calculating the start and the end of the month in 2 helper cells and then including something in the formula to day that if TODAY() is between these dates, but I get an error? It’s driving me mad!!
TIA
Last edited: