I currently change the fill color based on the percentage of average.
Row 2 looks worse when looking at the percentage of average but they are not that different in absolute value.
While rows 3, 4 and 5 all have the same percentage of average, row 5 has a higher absolute difference.
I'm not sure there is a good way to do this but something like:
They are green when there is no difference.
Blue when the percentage of average is greater than 10.
Red when the percentage of average is greater than 10 and the absolute difference is greater than some percent of the largest of the two V1 and V2 values?
Row 2 looks worse when looking at the percentage of average but they are not that different in absolute value.
While rows 3, 4 and 5 all have the same percentage of average, row 5 has a higher absolute difference.
I'm not sure there is a good way to do this but something like:
They are green when there is no difference.
Blue when the percentage of average is greater than 10.
Red when the percentage of average is greater than 10 and the absolute difference is greater than some percent of the largest of the two V1 and V2 values?
V1 | V2 | Percentage of their Average | Absolute Difference |
1.4 | 1.9 | 30.3 | 0.5 |
50 | 60 | 18.2 | 10 |
10 | 12 | 18.2 | 2 |
1000 | 1200 | 18.2 | 200 |
59.4 | 59.35 | 0.1 | 0.05 |
83 | 82.96 | 0.0 | 0.04 |
Last edited: