Forum Discussion

michelleauorahq's avatar
michelleauorahq
Copper Contributor
Oct 16, 2023
Solved

Conditional formatting for date that has past based on cell containing a formula

I have an excel spreadsheet with 2 sheets that are connected by formulas. Sheet one has a date that is the base date for the calculation of project timelines. On that sheet I am calculating a due da...
  • HansVogelaar's avatar
    Oct 16, 2023

    michelleauorahq 

    On Sheet2, select B8:B100 or however far down you want.

    B2 should be the active cell in the selection.

    On the Home tab of the ribbon, click Conditional Formatting > New Rule...
    Select 'Use a formula to determine which cells to format'.
    Enter the formula

     

    =AND($A8<>"Complete", $B8<>"", $B8<TODAY())

     

    Click Format...
    Activate the Fill tab.
    Select red as highlight color.
    Click OK, then click OK again.

Resources