Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 504
Default Trending Function?

I'm trying to have a six month forcast of storage used on a server.

I have range D3:O3 as storage values assigned for 12 months
I have range D2:O2 as the date each of the storage values were pulled.

I would like to have a formula in cells p3,q3,r3,s3,t3,u3 that will give me
a forcast for 1 month out, 2 months etc.

Would I use the Trend formula for that?

Thanks,
Kevin Green
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Trending Function?

Kevin wrote:
I'm trying to have a six month forcast of storage used on a server.

I have range D3:O3 as storage values assigned for 12 months
I have range D2:O2 as the date each of the storage values were pulled.

I would like to have a formula in cells p3,q3,r3,s3,t3,u3 that will give me
a forcast for 1 month out, 2 months etc.

Would I use the Trend formula for that?

Thanks,
Kevin Green



Select P3:U3 and enter this array formula (commit with CTRL+SHIFT+ENTER):

=TREND(D3:O3,D2:O2,P3:U3)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Trending Function?

Glenn wrote:
Kevin wrote:
I'm trying to have a six month forcast of storage used on a server.

I have range D3:O3 as storage values assigned for 12 months
I have range D2:O2 as the date each of the storage values were pulled.

I would like to have a formula in cells p3,q3,r3,s3,t3,u3 that will
give me a forcast for 1 month out, 2 months etc.

Would I use the Trend formula for that?

Thanks,
Kevin Green



Select P3:U3 and enter this array formula (commit with CTRL+SHIFT+ENTER):

=TREND(D3:O3,D2:O2,P3:U3)



Sorry, that wasn't quite right. P2:U2 should contain the future dates, and the
formula should be this:

=TREND(D3:O3,D2:O2,P2:U2)
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,939
Default Trending Function?

In P2 enter the next date. Add this formula to P3

=FORECAST(P$2, $D$3:$O$3, $D$2:$O$2)
--
HTH...

Jim Thomlinson


"Kevin" wrote:

I'm trying to have a six month forcast of storage used on a server.

I have range D3:O3 as storage values assigned for 12 months
I have range D2:O2 as the date each of the storage values were pulled.

I would like to have a formula in cells p3,q3,r3,s3,t3,u3 that will give me
a forcast for 1 month out, 2 months etc.

Would I use the Trend formula for that?

Thanks,
Kevin Green

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
How do I display trending data in different colors (up=red) rmckay Excel Discussion (Misc queries) 1 November 5th 09 09:59 PM
Trending Methodology Jeff Excel Discussion (Misc queries) 1 August 17th 09 07:59 PM
polynomial trending Orion Charts and Charting in Excel 6 November 17th 08 05:22 PM
Trending data asim Excel Discussion (Misc queries) 0 July 6th 06 10:13 PM
help on excel reports for anaylsis and trending Terri Excel Worksheet Functions 0 May 4th 05 03:44 PM


All times are GMT +1. The time now is 07:39 AM.

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"