Forum Discussion

AlanL23's avatar
AlanL23
Copper Contributor
Dec 15, 2022
Solved

Conditional Formating For Individual Cells

Hi,   I have two rows - Due date and date received respectively. Is there a way to quickly conditionally format the cells so that if row 2 (date received) is greater than row 1 (due date) color it ...
  • OliverScheurich's avatar
    Dec 15, 2022

    AlanL23 

    =B4<B3

    You can try this rule for conditional formatting for Date received < Date due.

    =B4>B3

    You can try this rule for conditional formatting for Date received > Date due.

    =$B$4:$E$4

    This is the range the formatting applies to.

     

Resources