I am trying to make conditional formatting for Dates in Excel. The cells should change the color depeding on when the Date is due. If it is due in less than 30 days it should
I used the following formulas:
=DATEDIF(TODAY(),E2,"d")<30 =DATEDIF(TODAY(),E2,"d")<60 =DATEDIF(TODAY(),E2,"d")<90