Forum Discussion
adavis726
Jul 03, 2019Copper Contributor
Conditional Formatting - Based on Cell Value in another column
Hello everyone, I am working on a spreadsheet that has a date in column A. I would like Column B to highlight red in the case that the date in the corresponding cell in column A is due in the next 3...
Twifoo
Jul 03, 2019Silver Contributor
Highlight column B and try this custom conditional formatting formula:
=A1-TODAY()<=30
=A1-TODAY()<=30
- SergeiBaklanJul 03, 2019Diamond Contributor