All,
I did some searching but can't seem to figure out how to format data for a simple stacked bar chart.
Say for example I have the following data:
Area, Smiles, Frowns
1, 22, 56
2, 29, 2
3, 10, 0
4, 10, 70
For all my trying various combinations I can't seem to figure out how to produce a stacked bar chart. Not sure what is considered the series. What I'm search for on horizontal axis is the areas. The stacked bars consist of # smiles, and # of frowns. Seemed so simple when I started ... sigh. Any guidance appreciated.
Jeff