Forum Discussion
MiMiMarie
Nov 25, 2019Copper Contributor
Conditional Formatting with Dates
How do I format so that certain adjacent cells will highlight if one of the cells is before current date.
B4 C4 D4 E4 F4
4 BYRON LAKEVIEW NURSERY, LLC JONATHAN D. JAMES 39401 4/11/2016
I Need these cells to highlight to yellow if F4 is before today's date.
How do I do this in conditional formatting?
1 Reply
- Subodh_Tiwari_sktneerSilver Contributor
Select B4:F4 and make a New Rule for Conditional Formatting using the formula given below and set the format as per your choice.
=$F4<TODAY()