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 red and if it's less than then color it green? This is part of a bigger data set so I would be grateful if someone as a solution to this! Thanks in advance!

 

 

 

  • 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.

     

2 Replies

  • 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.

     

    • AlanL23's avatar
      AlanL23
      Copper Contributor
      Thank you so much for the quick response! This is exactly what I was looking for 🙂

Resources