Hey everyone, thanks for your help with this question. I am working on a report for work and I am trying to give a simple visual to show how close a facility is to meeting their goal and thought I could use conditional formatting instead of adding an additional column to an already large data set.
In one column I have the facility's current number and in the next column that facility's goal. The problem I'm running into is that I have over 100 facilities and they all have different goals so I'm not able to set the max value for the gradient fill to a specific value and instead need to base it off the value in the corresponding goal field. Is there a way to get the gradient fill to represent the progress to towards the corresponding goal? See example below
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Current[/TD]
[TD]Goal[/TD]
[/TR]
[TR]
[TD]693[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]677[/TD]
[TD]900[/TD]
[/TR]
[TR]
[TD]214[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]78[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]
Is thee a way to get the current column (A) to have a gradient fill based on the goal column (B).
Thanks for your help!
Isaac
In one column I have the facility's current number and in the next column that facility's goal. The problem I'm running into is that I have over 100 facilities and they all have different goals so I'm not able to set the max value for the gradient fill to a specific value and instead need to base it off the value in the corresponding goal field. Is there a way to get the gradient fill to represent the progress to towards the corresponding goal? See example below
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Current[/TD]
[TD]Goal[/TD]
[/TR]
[TR]
[TD]693[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]677[/TD]
[TD]900[/TD]
[/TR]
[TR]
[TD]214[/TD]
[TD]300[/TD]
[/TR]
[TR]
[TD]78[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]
Is thee a way to get the current column (A) to have a gradient fill based on the goal column (B).
Thanks for your help!
Isaac