Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 788
Default Calculation using a trendline

When I calculate a trendline, I get a 6 degree polynomial. How do I calculate
a value using this formula? I have no idea how to compute the capital "E" - I
don't think it's Euler's number and it doesn't look like scientific notation
to me...

"y = -1E-07x^6 + 0.0016x^5 - 7.9878x^4 + 20857x^3 - 3E+07x^2 + 2E+10x - 8E+12
"
Thanks for your help!


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Calculation using a trendline

Hi,

Correct it's not an Eulier number it's just a notation Excel uses
10E2 is 10x10^2

Move to a cell and type 10E2
Move to another cell and type 10E-2

I think it will all become clear.

If this helps, please click the Yes button.

--
Thanks,
Shane Devenshire


"Chris" wrote:

When I calculate a trendline, I get a 6 degree polynomial. How do I calculate
a value using this formula? I have no idea how to compute the capital "E" - I
don't think it's Euler's number and it doesn't look like scientific notation
to me...

"y = -1E-07x^6 + 0.0016x^5 - 7.9878x^4 + 20857x^3 - 3E+07x^2 + 2E+10x - 8E+12
"
Thanks for your help!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Calculation using a trendline

If you would put it in a worksheet for calculation you would get this

= -0.0000001*(B1^6) + 0.0016*(B1^5) - 7.9878*(B1^4) + 20857*(B1^3) -
30000000*(B1^2) + 20000000000*(B1) - 8000000000000

I entered -1E-07 and excel converted it to -0.0000001


"Chris" wrote:

When I calculate a trendline, I get a 6 degree polynomial. How do I calculate
a value using this formula? I have no idea how to compute the capital "E" - I
don't think it's Euler's number and it doesn't look like scientific notation
to me...

"y = -1E-07x^6 + 0.0016x^5 - 7.9878x^4 + 20857x^3 - 3E+07x^2 + 2E+10x - 8E+12
"
Thanks for your help!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 762
Default Calculation using a trendline

Chris -

(1) Using a polynomial of order more than 2 or 3 often results in
overfitting. Interpolation may (or may not) be useful, but extrapolation is
likely to be useless.

(2) Here's one way to calculate y for a new x:

=TREND(known_y,known_x^{1,2,3,4,5,6},new_x^{1,2,3, 4,5,6})

- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel


"Chris" wrote in message
...
When I calculate a trendline, I get a 6 degree polynomial. How do I
calculate
a value using this formula? I have no idea how to compute the capital
"E" - I
don't think it's Euler's number and it doesn't look like scientific
notation
to me...

"y = -1E-07x^6 + 0.0016x^5 - 7.9878x^4 + 20857x^3 - 3E+07x^2 + 2E+10x -
8E+12
"
Thanks for your help!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trendline equation calculation James Henton Charts and Charting in Excel 3 July 10th 07 10:38 PM
Add value of a trendline Peter Doherty Charts and Charting in Excel 1 May 31st 06 12:39 AM
Trendline Trend Excel Worksheet Functions 1 April 25th 06 12:20 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 10:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"