A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Try this
- Click on the first cell (say cell A2) and go to Home > Conditional formatting > New Rule > Use a formula to determine which cells to format
- In the Formula bar there, enter this formula
=AND(A2-TODAY()>0,A2-TODAY()<=14)
- Click on Format > Fill > Red > OK/Apply
- Write similar formulas for others as well
- Copy cell A2, select the range of dates below > right click > Paste Special > Formats > OK
Hope this helps.