Forum Discussion
EJ_wholesupps
May 16, 2019Copper Contributor
Conditional Formating
I would like to know how to conditionally format cells in the attached excel sheet based off a % variance of the "Goal values" Cells in column D, E, F are the prescribed goals and Cells in column...
SergeiBaklan
May 16, 2019Diamond Contributor
You may use rule with the formula
=ABS(J3/D3-1)>=0.05
for the red, and
=ABS(J3/D3-1)<0.05
for the green, apply to you range in J:K
- EJ_wholesuppsMay 16, 2019Copper Contributor
SergeiBaklan Thank you so much!!
- SergeiBaklanMay 16, 2019Diamond Contributor
EJ_wholesupps , you are welcome