Forum Discussion
How to automatically change cell's background color by a formula
- Jun 04, 2019
vividwhp , select your range without first column in it, create new conditional formatting rule as
in formula it shall be relative references starting from top left cell of the range (N5). Apply desired format, Ok, here confirm or change selection
That's all. You have only one rule to color your entire range, result is
vividwhp , formulas don't return cell properties as color, only values. That with VBA programming.
At the same time the rule with simple formula could be applied to all your tons of cells. If they are in one range that will be only one rule for entire range, otherwise approximately as many as many ranges you have.
SergeiBaklan , thank you so much for the reply, i see..........
so.......could you please quickly show me how to create the rule for this function for a entire range??
please take the below example, I attached the file as well.
thank you very very much.
- SergeiBaklanJun 04, 2019Diamond Contributor
vividwhp , select your range without first column in it, create new conditional formatting rule as
in formula it shall be relative references starting from top left cell of the range (N5). Apply desired format, Ok, here confirm or change selection
That's all. You have only one rule to color your entire range, result is
- vividwhpJun 04, 2019Copper Contributor
SergeiBaklan thank you so much you are the best!!!
- SergeiBaklanJun 05, 2019Diamond Contributor
vividwhp , you are welcome