Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() Dear All, Maybe someone knows how to calculate a surface of radar chart for one series. Your support will be apreciated, very much Thanks & regards elka -- elka ------------------------------------------------------------------------ elka's Profile: http://www.excelforum.com/member.php...o&userid=34261 View this thread: http://www.excelforum.com/showthread...hreadid=540208 |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Break the problem down by calculating the area of each triangle in the radar plot and then summing them. Assuming your data series for a 3 point radar chart is in A1:A3 put this formula into B1 and copy down to B3. B1: =0.5*A1*A2*SIN(DEGREES(360/3)) To make the last points formula work you will need to reference point 1. The easiest way to do this is to add a formula in A4 which references A1 A4: =A1 To find the area sum B1:B3 Cheers Andy elka wrote: Dear All, Maybe someone knows how to calculate a surface of radar chart for one series. Your support will be apreciated, very much Thanks & regards elka -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() thanks Andy -- elka ------------------------------------------------------------------------ elka's Profile: http://www.excelforum.com/member.php...o&userid=34261 View this thread: http://www.excelforum.com/showthread...hreadid=540208 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert excel charts as objects | Charts and Charting in Excel | |||
insert excel charts as objects | Excel Discussion (Misc queries) | |||
Excel should be able to do log to base 2 charts | Charts and Charting in Excel | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Can Excel calculate area for 3-D surface charts? | Charts and Charting in Excel |