Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Forecasting with formulas HELP

I have a w/s that compares forecasts and actuals.
Column A is Month: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov Dec.
Column B is the Planned Forecast in $ for each month.
Column C is the Actual Amt in $ that was spent for that month

I need 3 formulas that at the end of each column do the following:

1) YTD total for each - this formula would take the $ amount for each month
and * by the number of days in that month then divide by the actual number of
toal days YTD so far. We are a month behind so we would only use through July
not include August yet. In other words it is not to date (system date).

2) Forecast total - $ amt for each month * # of days in the month divided
by 365 days for the entire year.

3) Sum for the year (got this one figured out).

for Actual Totals:

Same as for forecast for YTD.

The second formula is my problem: for Actual $ amt MTD Forecast. Take the $
amt for each month *the # of days in that month PLUS include the $amt for
the forecast months that we have NOT gotten to yet this year. We are done
with July, so you would only include Planned/Forecast $ for Aug, Sept, Oct,
Nov, Dec taken from that column and sub for actual $ until we can replace it
with the info when it comes in. This total is under Actual/Forecast.

The last one for Actuals is sum and I got that one.

3) Total - got this one - it is the actual sum YTD.
EXAMPLE
Month Forecast Actual
Jan 91.21 51.75
Feb 82.39 109.31
Mar 91.21 159.24
Apr 88.27 69.86
May 91.21 51.92
Jun 89.69 53.76
Jul 92.73 51.20
Aug 92.73
Sep 89.73
Oct 93.25
Nov 90.26
Dec 104.22
YTD 89.64 77.86
Forecast 91.50 84.67
Total 1096.90 547.05

Jannie





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 434
Default Forecasting with formulas HELP

hi, Jannie !

it's not so clear if months are *real* date-values or just month-name -?-
[but] assuming your data-range [titles in row 1] in A2:13

1) for YTD [Forecast = 89.64 & Actual = 77.86]

Forecast in column B:
=sumproduct(offset(b2,,,month(today())-1,),day(date(year(today()),row(indirect("2:"&month (today()))),0)))
/(date(year(today()),month(today()),0)-date(year(today()),1,0))

2) I couldn't reach your figures for Forecast [91.5 & 84.67] -?-

I guess you could try with:
=sumproduct(offset(b2,,,month(today())-1,),day(date(year(today()),row(indirect("2:"&month (today()))),0)))/365

3) for the second part [Forecast PLUS *forecasting* Aug-Dec]...

Forecasting Aug-Dec AND multiplying by # of [pending] days:
=sumproduct(forecast(row(indirect(month(today())&" :12")),offset(c2,,,month(today())-1,),row(indirect("1:"&month(today())-1))),
day(date(year(today()),row(indirect(month(today()) +1&":13")),0)))

still pending what/how/... to *handle* for the Actual figures -?-

hth,
hector.

__ original post __
I have a w/s that compares forecasts and actuals.
Column A is Month: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov Dec.
Column B is the Planned Forecast in $ for each month.
Column C is the Actual Amt in $ that was spent for that month

I need 3 formulas that at the end of each column do the following:

1) YTD total for each - this formula would take the $ amount for each month
and * by the number of days in that month then divide by the actual number of total days YTD so far.
We are a month behind so we would only use through July not include August yet.
In other words it is not to date (system date).

2) Forecast total - $ amt for each month * # of days in the month divided by 365 days for the entire year.

3) Sum for the year (got this one figured out).

for Actual Totals:

Same as for forecast for YTD.

The second formula is my problem: for Actual $ amt MTD Forecast.
Take the $ amt for each month *the # of days in that month
PLUS include the $amt for the forecast months that we have NOT gotten to yet this year.
We are done with July, so you would only include Planned/Forecast $ for Aug, Sept, Oct, Nov, Dec
taken from that column and sub for actual $ until we can replace it with the info when it comes in.
This total is under Actual/Forecast.

The last one for Actuals is sum and I got that one.

3) Total - got this one - it is the actual sum YTD.
EXAMPLE
Month Forecast Actual
Jan 91.21 51.75
Feb 82.39 109.31
Mar 91.21 159.24
Apr 88.27 69.86
May 91.21 51.92
Jun 89.69 53.76
Jul 92.73 51.20
Aug 92.73
Sep 89.73
Oct 93.25
Nov 90.26
Dec 104.22
YTD 89.64 77.86
Forecast 91.50 84.67
Total 1096.90 547.05



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
forecasting? Helen Excel Worksheet Functions 10 March 11th 07 04:38 PM
forecasting AP Excel Worksheet Functions 2 February 26th 07 05:54 PM
Forecasting november678x Charts and Charting in Excel 3 May 10th 06 10:26 PM
Forecasting Gregc. Charts and Charting in Excel 1 February 10th 06 10:15 AM
Forecasting KrunoG Excel Worksheet Functions 0 February 1st 06 08:36 PM


All times are GMT +1. The time now is 04:45 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"