Charting cumulative values in histogram ?

T

TonyB

I have a set of numbers 1-12 along with a corresponding % that number occurs
in some data I'm analyzing.
What I want to plot is a histogram with number bin 1 - 12 along the x axis,
and on the yaxis a cumulative value of the total % 's upto that number.
So for simple case with 4 numbers
1, 20%
2, 40%
3, 30%
4, 10%

so the cumulative values I would like to histogram would be
1, 20 %
2, 60%
3, 90%
4,100%
I can't seem to get this to work via the histogram charting tool in the
tools/data analysis menu ?
Can anyone give me any pointers as to how to achieve this ?
Regards
Tony
 
G

Guest

TonyB,

Try setting your data up as follows:

a 20% 20%
b 40% 60%
c 30% 90%
d 10% 100%

Create a simple clustered column chart. Click once on the second series.
In the standard toolbar go to Chart ->Chart Type -> Line Chart -> OK.
You should now have one series represented by a line and one series
represented by a set of columns.

Next, click once on the line. Right-click on your mouse. Choose the
Selected Object option -> Axis -> Plot Series on Secondary Axis option.

Adjust the left and right axis to match your specifications.
 

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

Similar Threads

Cumulative chart 1
Sales Histogram 3
histogram or pie chart or? 4
3D histogram? 2
X axis on histogram 4
Altering the range that is plotted by a chart via VBA 4
Histogram Invalid Reference 5
x-axis scaling 5

Top