Cell H2 will either contain a Y or N.
Cell I2 will contain a date.
I want to highlight I2 if it is in the current week only if H2 contains Y and I2 is minus one month.
So I guess I want reminded one month before the date in I2 but only in the current week.
Not sure if I'm on the right track.
=AND(H2="Y",EDATE(I2,1))
Thanks
Cell I2 will contain a date.
I want to highlight I2 if it is in the current week only if H2 contains Y and I2 is minus one month.
So I guess I want reminded one month before the date in I2 but only in the current week.
Not sure if I'm on the right track.
=AND(H2="Y",EDATE(I2,1))
Thanks