Forum Discussion
kpsaute
Jun 28, 2018Copper Contributor
conditional formatting not applying all rules?
I'm attempting to have my cells change color based on how far away the date is from today. Most of it is functioning as expected but for some reason, the rule for between 7 and 14 days is not applyin...
- Jun 29, 2018
Hi,
For that rule you have condition
=TODAY+14
which obviously returns an error. Please change on
=TODAY()+14
SergeiBaklan
Jun 28, 2018Diamond Contributor
What are your other rules? Perhaps you may attach sample file to check it.
- kpsauteJun 28, 2018Copper Contributor
Sample file!
- SergeiBaklanJun 29, 2018Diamond Contributor
Hi,
For that rule you have condition
=TODAY+14
which obviously returns an error. Please change on
=TODAY()+14
- kpsauteJun 29, 2018Copper Contributor
THANK YOU! Can't believe I missed that...