Radar chart with multiple axes

mark91345

Board Regular
Joined
Feb 11, 2011
Messages
113
Hi,
Hope there is a solution for this:

I am measuring 2 months of stock prices (just the day's High and Low), using the Radar chart, as the "roundness" is helpful to me.

I also want to see the daily Volume on the same chart; however, as this requires two different axes (price versus volume), I don't know how to get both on the same chart.

Can I do this?

Just to be sure some of the terms are clear, a stock price would have this kind of info:

Date Low High
7/1/11 $11.22 $11.68
7/2/11 $10.55 $10.59
7/3/11 $11.05 $11.57




whereas Volume would have different columnar information:
Date Volume
7/1/11 57,050
7/2/11 23,605
7/3/11 41,555
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Not sure if it is really a thrid axis, but you can add another series of disproportionate scales. However, you need to normalize your data to % of something like the Max Value or Average Value.

Series 1 Data Points =Volume/MAX(Volume Range)
Series 2 Data Points =Low/MAX(Low Range)
Series 3 Data Points =High/MAX(High Range)

Here is a sample:
http://www.4shared.com/document/cx6GO41_/Radar_Normalization_Test.html
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,719
Members
452,939
Latest member
WCrawford

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