Mark Liversidge
New Member
Hi Everyone
Thank you for allowing me to joint this forum as I am stuck!
I have a sheet which has a start date in Contract start date D3 and an end date in E3.
Each picks up a query start and end date date in cell U1 and U2 respectively. Basically what I am trying to do is if the date in Cell D3>=U1 and the date in Cell E3<=E3 then return cell T3 and if not in range 0
I have written this =IF(AND(D3>=U1,E3<=U2),T3,0) which returns 0 but should be cell T3
I hope that this makes sense and would welcome any help offered
Regards
Mark
Thank you for allowing me to joint this forum as I am stuck!
I have a sheet which has a start date in Contract start date D3 and an end date in E3.
Each picks up a query start and end date date in cell U1 and U2 respectively. Basically what I am trying to do is if the date in Cell D3>=U1 and the date in Cell E3<=E3 then return cell T3 and if not in range 0
I have written this =IF(AND(D3>=U1,E3<=U2),T3,0) which returns 0 but should be cell T3
I hope that this makes sense and would welcome any help offered
Regards
Mark