Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I've got a scattergraph and developed a line of best fit. (For info, it's a
4 order polynomial.) What I'd like to do is show additional lines on the chart +/- 20% around the calculated lobf - basically so I can see what points are outside that range. Is there a way I can do it. Ideally a generic solution would be the best as the next lobf could as easily be exponential. TIA Rob |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
On Wed, 25 Apr 2007, in microsoft.public.excel.charting,
RFJ said: I've got a scattergraph and developed a line of best fit. (For info, it's a 4 order polynomial.) What I'd like to do is show additional lines on the chart +/- 20% around the calculated lobf - basically so I can see what points are outside that range. You say you "developed" it. Was this actually in the spreadsheet cells, or just using the trendline chart feature? If the former, then create a range of cells that references the first range and multiplies it by 1.2, and another range that does the same, except multiplying by 0.8. -- Del Cotter NB Personal replies to this post will send email to , which goes to a spam folder-- please send your email to del3 instead. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
You can get the polynomial coefficients with LINEST(), or directly calculate
points on the polynomial curve with TREND(). Jerry "RFJ" wrote: I've got a scattergraph and developed a line of best fit. (For info, it's a 4 order polynomial.) What I'd like to do is show additional lines on the chart +/- 20% around the calculated lobf - basically so I can see what points are outside that range. Is there a way I can do it. Ideally a generic solution would be the best as the next lobf could as easily be exponential. TIA Rob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel 2007 PivotTables, what happened to "hiding" subtotal line | Excel Discussion (Misc queries) | |||
Problems with my links to an excel 2007 file from a word 2007 file | Links and Linking in Excel | |||
counting line by line matches of 2 columns possible in excel ? | Excel Discussion (Misc queries) | |||
A 2 line text showing up in the Cell in Excel prints in 1 line | Excel Discussion (Misc queries) | |||
How do I subtract line k from line L in excel? | Excel Discussion (Misc queries) |