SOLVED

Bar graph stacked

Iron Contributor

How would I create a graph that shows how many 1s, 2s, and 3s, per column with the following data?

23
32
22
21
22
12
32
31
11
32
22

 

and the bar to look like this, like the green = 3, blue = 2, and 1 = yellow.  Each bar = column 
Left bar has 4 counts of 3, 5 counts of 2, and 2 counts of 1.

Tamras1972_0-1722355641700.png

 

2 Replies
best response confirmed by Tamras1972 (Iron Contributor)
Solution

@Tamras1972 See attached!

 

You need to summarise the data with COUNTIF first.

@Riny_van_Eekelen Perfect!  Thank you.  I knew it was COUNTIF but I kept trying to do it within the chart's data settings. I didn't think to create a new table. 

1 best response

Accepted Solutions
best response confirmed by Tamras1972 (Iron Contributor)
Solution

@Tamras1972 See attached!

 

You need to summarise the data with COUNTIF first.

View solution in original post