how to create a stacked bar chart

D

Domingo

Defect Code Part No. Defect Qty

206 A 2
221 B 1
221 C 1
221 D 1


I want to dreate a stacked bar graph to show that defct code had 3 defects
total with part number B, C, D all contributing to the total, defect code 206
had a total of 2 wiht part number contributing 2.
 
L

Luke M

You need to rearrange your data like so:
206 221
A 2 ......
B .... 1
C .... 1
D .... 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top