How to create a stock column chart with error bars?? (Both gender together)

Orongo

Board Regular
Joined
Nov 6, 2011
Messages
83
Hi

I have a series of data and want to create a chart looking like this
Google Image Result for http://peltiertech.com/images/2011-06/BoxPlotV6.png

where it shows min/max on the error bars, quartile 1/3 on the box and median as a scatter plot. My data is a simple table

GroupAmount FAmount MMedian FMedian MMedian F+MMin FMax MMin MMax M
Alpha4237500275006500020000550002500030000
Beta2137500200005750030000450002000020000
Gamma20850000850007000010000000
Delta2055000055000500006000000

<tbody>
</tbody>


Here F = Female, M=Male and the chart should show all calculation for both gender together (I have another thread up where the gender are separated with the Title (How to create a stock column chart with error bars?? (Both gender separated))

Please help me with a (pseudo) code, I have never used VBA for creating chart, and this is my first
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Re: How to create a stock column chart with error bars?? (Both gender separated)

Hi I am sorry, I have copy paste the wrong text. This is a question with both gender separated

I have a series of data and want to create a chart looking like this
Google Image Result for http://peltiertech.com/images/2011-06/BoxPlotV6.png

where it shows min/max on the error bars, quartile 1/3 on the box and median as a scatter plot. My data is a simple table

GroupAmount FAmount MMedian FMedian MMedian F+MMin FMax MMin MMax M
Alpha4237500275006500020000550002500030000
Beta2137500200005750030000450002000020000
Gamma20850000850007000010000000
Delta2055000055000500006000000

<tbody>
</tbody>


Here F = Female, M=Male and the chart should show all calculation for F and M separated (I have another thread up where the gender are together with the Title (How to create a stock column chart with error bars?? (Both gender together))

Please help me with a (pseudo) code, I have never used VBA for creating chart, and this is my first[/QUOTE]
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,402
Members
449,156
Latest member
LSchleppi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top