Forum Discussion
AlanL23
Dec 15, 2022Copper Contributor
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 ...
- Dec 15, 2022
=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.
OliverScheurich
Dec 15, 2022Gold Contributor
=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.
- AlanL23Dec 19, 2022Copper ContributorThank you so much for the quick response! This is exactly what I was looking for 🙂