Sorry this has probably been done to death in various guises but I can't quite pin down the correct formula to achieve the following.
I have a manual input date in cells E5:Exx
I have an automatic update by x months in G5:Gxx using
=DATE(YEAR(E5),MONTH(E5)+12, DAY(E5))
I also use a conditional format to flag when that date is overdue (red) using
=(NOW()>=(G5:G26))*AND(NOW()<=MAX(G5:G26))
What I can't seem to get is to flag when a date is due within x days, weeks or months
Any guidance appreciated - cheers
Bookmarks