Hi,
I am trying to create a stacked bar chart that will show the value of products sold YTD, compared to the target
value of the products for the year. The data is laid out as below:
Actual (£) Target (£) Actual %age sold
Product1 3420000 3420000 100
Product2 800000 690000 116
Product3 50000 150000 33
Product4 80000 270000 30
Product5 20000 125000 16
I want each row to show the target value for the year, and the actual value for the year, with the X axis
diplaying as a percentage, and y axis showing the product. So the target value will be 100%, and the actual value will be displayed as a percentage of the actual.
The chart should also cater for when a product sold exceeds its target value (in the case of Product4).
So far I have managed to create most of this using a 100% stacked bar, but it doesn't seem to display the bars correctly. If you look at the attached example you will see that the actual value of Product1 is displayed as 50%, yet it should be 100%.
Please can you advise on how I can improve the graph so that it does display the bars correctly?
Thanks
I am trying to create a stacked bar chart that will show the value of products sold YTD, compared to the target
value of the products for the year. The data is laid out as below:
Actual (£) Target (£) Actual %age sold
Product1 3420000 3420000 100
Product2 800000 690000 116
Product3 50000 150000 33
Product4 80000 270000 30
Product5 20000 125000 16
I want each row to show the target value for the year, and the actual value for the year, with the X axis
diplaying as a percentage, and y axis showing the product. So the target value will be 100%, and the actual value will be displayed as a percentage of the actual.
The chart should also cater for when a product sold exceeds its target value (in the case of Product4).
So far I have managed to create most of this using a 100% stacked bar, but it doesn't seem to display the bars correctly. If you look at the attached example you will see that the actual value of Product1 is displayed as 50%, yet it should be 100%.
Please can you advise on how I can improve the graph so that it does display the bars correctly?
Thanks