Forum Discussion

Jvolquartsen's avatar
Jvolquartsen
Copper Contributor
Feb 18, 2022
Solved

Change the color of a cell based on a range of dates

I have a spreadsheet in which Column E is calculating a date based upon a date entered in Column A and adding a set number of days to it.   I wish to have column E shaded to a given color if the ca...
  • mtarler's avatar
    Feb 18, 2022
    Select column E and then go to Home->Conditional Formatting and Add New and then select Based on Formula.
    Then in the formula box use:
    =(E1>Today())*(E1<(Today()+30))
    Make sure to click Formatting and select the background color you want.

Resources