Hello,
I have a table with data in columns C and D. In Column E, I have the difference between columns C and D, and then F is the percentage difference. I would like to have a two color gradient to color the high percentages, but only if the difference in column F is greater than 1. This is what the table looks like.
[TABLE="width: 500"]
<tbody>[TR]
[TD]12/31/2016[/TD]
[TD]3/31/2017[/TD]
[TD]Difference[/TD]
[TD]Percentage Difference[/TD]
[/TR]
[TR]
[TD]174[/TD]
[TD]173[/TD]
[TD]1[/TD]
[TD]0.5747%[/TD]
[/TR]
[TR]
[TD]770[/TD]
[TD]765[/TD]
[TD]5[/TD]
[TD]0.6494%[/TD]
[/TR]
[TR]
[TD]684[/TD]
[TD]679[/TD]
[TD]5[/TD]
[TD]0.7310%[/TD]
[/TR]
[TR]
[TD]494[/TD]
[TD]491[/TD]
[TD]3[/TD]
[TD]0.6073%[/TD]
[/TR]
[TR]
[TD]240[/TD]
[TD]240[/TD]
[TD]0[/TD]
[TD]0.0000%[/TD]
[/TR]
</tbody>[/TABLE]
So, I would like the gradient to go across the cells in the percentage difference column only if the difference is greater than 1.
Is there a way to do this?
I have a table with data in columns C and D. In Column E, I have the difference between columns C and D, and then F is the percentage difference. I would like to have a two color gradient to color the high percentages, but only if the difference in column F is greater than 1. This is what the table looks like.
[TABLE="width: 500"]
<tbody>[TR]
[TD]12/31/2016[/TD]
[TD]3/31/2017[/TD]
[TD]Difference[/TD]
[TD]Percentage Difference[/TD]
[/TR]
[TR]
[TD]174[/TD]
[TD]173[/TD]
[TD]1[/TD]
[TD]0.5747%[/TD]
[/TR]
[TR]
[TD]770[/TD]
[TD]765[/TD]
[TD]5[/TD]
[TD]0.6494%[/TD]
[/TR]
[TR]
[TD]684[/TD]
[TD]679[/TD]
[TD]5[/TD]
[TD]0.7310%[/TD]
[/TR]
[TR]
[TD]494[/TD]
[TD]491[/TD]
[TD]3[/TD]
[TD]0.6073%[/TD]
[/TR]
[TR]
[TD]240[/TD]
[TD]240[/TD]
[TD]0[/TD]
[TD]0.0000%[/TD]
[/TR]
</tbody>[/TABLE]
So, I would like the gradient to go across the cells in the percentage difference column only if the difference is greater than 1.
Is there a way to do this?