Would like to create a chart (bar) that will change colors based on the actual figure
computed in the table. ie. 75% to 84% (Red), 85%-95% (Yellow), 96% to 100% (Green)
For my example, I have four values in Cells A2:A5, they are 0.77,0.86,0.97,0.82 expressed as %.
In cell B2 type the formula =IF(A2<=0.84,A2,0) and copy down to B5
In cell C2, type the formula =IF(A2>0.84,IF(A2<=0.95,A2,0),0) and copy down to C5
In cell D2, type the formula =IF(A2>=0.96,A2,0) and copy down to D5
Highlight B25, plot a stacked BAR chart.
If you need Category labels, you can type them in the worksheet somewhere, and use the source data option of the chart to change the Category names.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.