0

So I have the following data:

Data

I made 2 stacked bars with these data, notice both bar have different data points, my question is, how do I merge them to the same graph so I can compare them?

Chart 1 Chart 2

I would like something to look like this, is it possible?:

Bill Software Engineer
  • 7,362
  • 23
  • 91
  • 174

1 Answers1

0

A simple solution would be to have all 7 columns in your data table, and then fill in 0's for the values that don't apply to one row or the other.

Russell Zahniser
  • 16,188
  • 39
  • 30