Here's an easy one for you guys, I just can't get it to work though.
I want to format a cell to change colors dependent on if it falls within a certain range from todays date.
If it's 60 days or less from todays date I want it to turn the cell red
If it's between 61 and 89 days I want the cell to turn orange
If it's between 90 and 105 days I want the cell to turn yellow
The current formulas I'm using are
RED Condition 1: =($F$1-TODAY())<60
ORANGE Condition 2: =($F$1-TODAY())<89
YELLOW Condition 3: =($F$1-TODAY())<105
I can't get yellow to show up...I think I might need to use greater than or between symbols? or does the order of the conditions matter? Help!
I want to format a cell to change colors dependent on if it falls within a certain range from todays date.
If it's 60 days or less from todays date I want it to turn the cell red
If it's between 61 and 89 days I want the cell to turn orange
If it's between 90 and 105 days I want the cell to turn yellow
The current formulas I'm using are
RED Condition 1: =($F$1-TODAY())<60
ORANGE Condition 2: =($F$1-TODAY())<89
YELLOW Condition 3: =($F$1-TODAY())<105
I can't get yellow to show up...I think I might need to use greater than or between symbols? or does the order of the conditions matter? Help!
Last edited: