LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
ager_merityme
 
Posts: n/a
Default Trendline Function Extraction

Yet another forecasting question.....

If given dates and amount of items received you can easily plot the data and
have Excel produce a fitting formula that's linear, polynomial, logorithmic,
etc.

I am working with different types of data, some linear (which is easy) some
cyclical. For the cyclical data I would like to use either a 3rd or 4th
degree polynomial to approximate the upcoming volume. Again, Excel will plot
the points and give you a formula, but you can't use it to forecast anything.

I thought of using a linear algebra approach and using this formula:

a1=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1)
a2=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1,2)
a3=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1,3)
a4=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1,4)
a5=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1,5)
a6=INDEX(LINEST(C3:C10,B3:B10^{1,2,3,4,5}),1,6)

Where column C houses volumes and B houses dates. I thought that you could
then apply this

f(x) = (a1*x^5) + (a2*x^4) + (a3*x^3) + (a4*x^2) + (a5*x) + a6

where X is the date you are projecting volume for.

Using MS Excel XP if it matters. Any ideas?

Thanks in advance - Kris.


 
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
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
How do I get the trendline equation from Excel to script? Mattias Charts and Charting in Excel 1 December 7th 04 12:21 PM


All times are GMT +1. The time now is 11:43 PM.

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

About Us

"It's about Microsoft Excel"