Forum Discussion

JwalkerOCS's avatar
JwalkerOCS
Copper Contributor
Sep 20, 2022
Solved

Highlight Future Expiration Dates

Hi there,  I am surprised at how hard it is to find out how to highlight future expiration dates, as the dates are 30, 60, 90 days away.  I find the "Format Cells that contain a date occurring" comp...
  • OliverScheurich's avatar
    Sep 20, 2022

    JwalkerOCS 

    =AND(B2>=TODAY()+61,B2<=TODAY()+90)

    You can try this rule for conditional formatting (green).

    =AND(B2>=TODAY()+31,B2<=TODAY()+60)

    You can try this rule for conditional formatting (yellow).

    =B2<=TODAY()+30

    You can try this rule for conditional formatting (red).

    =$B$2:$H$19

    This is the "applies to" range in the example.

     

    For 3 different colors you have to enter 3 rules for conditional formatting. The screenshot shows the rules and the "applies to" ranges for conditional formatting.

Resources