Hi,
I have 2 date columns in my worksheet, E and F. If 14 days have passed from the date entered in column E and there is no value in column F I would like the cells in column F to turn red. I tried to use the below formula but it doesn't seem to be working. Also when I click and drag the formating to cells below it retains the row number rather than updating to it's own row number
=AND(F2="",E2<today()-14)
Any help is much appeciated.
Thanks!
Edit:
Formula is =AND(F2="",E2< TODAY()-14)
</today()-14)
I have 2 date columns in my worksheet, E and F. If 14 days have passed from the date entered in column E and there is no value in column F I would like the cells in column F to turn red. I tried to use the below formula but it doesn't seem to be working. Also when I click and drag the formating to cells below it retains the row number rather than updating to it's own row number
=AND(F2="",E2<today()-14)
Any help is much appeciated.
Thanks!
Edit:
Formula is =AND(F2="",E2< TODAY()-14)
</today()-14)
Last edited by a moderator: