Bar graph with data points from another data series

D

dberrymalmberg

Hi there!

I've got a bar graph with clusters of 3 bars for a few different
families, and I'd like to add another series of data in a data point
with each bar. Basically, I need to graph a child's performance on a
task along with a parent's performance on that task. There are 3 tasks
per family. I would like the parent's performance to be in a bar graph
and the child's in a simple data point for that same task (plotted on
top of each other). Any ideas?

FYI, here's sample data for one family:

family 1
child parent
task 1 5 20
task 2 10 30
task 3 10 25

Thanks for your help!!
 
Top