Column Chart

N

Neil Pearce

Dear all,

I have a 'Stacked Column Chart' that indicates the total cost of numerous
buildings and the breakdown of buildings' costs.

X-axis: name of each building
Y-axis: cost

I wish to add two lines accross the graph. One for the mean total cost and
another for the median total cost. Assuming it is possible, how would I go
about doing this?


Thanking-you in advance,

Neil
 
S

ShaneDevenshire

Hi,

Create two new series one using =AVERAGE(costs), the other using
=MEDIAN(costs). This means you have both repeated many times. Hightlight
these two sets of data and copy them. Select the chart and paste them.
Select the series for the new columns on the chart and choose Chart, Chart
Type, Line. Repeat for the other new series. Format as desired - for
example set markers to None.
 

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