Formula to calculate total values from a mix of progressive actual and forecast data

heniek00

New Member
Joined
Jun 5, 2014
Messages
13
Hi Guys! I'm getting frustrated with my indolence in solving the following problem. Hope some smart good people can help me :)
I have a spreadsheet in which I add project actual and forecast cost on monthly basis. There is around 500 different projects which, obviously, have different duration, start and end months.

What I need to do is to calculate total value of each project and each month based on actuals and forecast

E.g. Project X started in July and ended in October so its total value in September is SUM(July Actual + August Actual + September Forecast + October Forecast). Any ideas what formula could handle that? I've tried to play with SUM(Actuals) and some OFFSET + MATCH functions but never got the right result...

Below is a simplified table for your reference

[TABLE="width: 1213"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Jul-18 Act[/TD]
[TD]Aug-18 Act[/TD]
[TD]Sep-18 Act[/TD]
[TD]Oct-18 Act[/TD]
[TD]Nov-18 Act[/TD]
[TD]Dec-18 Act[/TD]
[TD]Jul-18 For[/TD]
[TD]Aug-18 For[/TD]
[TD]Sep-18 For[/TD]
[TD]Oct-18 For[/TD]
[TD]Nov-18 For[/TD]
[TD]Dec-18 For[/TD]
[TD]Total Act+For[/TD]
[/TR]
[TR]
[TD]Jul-18[/TD]
[TD]Project X[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]10[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Aug-18[/TD]
[TD]Project X[/TD]
[TD]10[/TD]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]11[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Sep-18[/TD]
[TD]Project X[/TD]
[TD]10[/TD]
[TD]6[/TD]
[TD]11[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]10[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Oct-18[/TD]
[TD]Project X[/TD]
[TD]10[/TD]
[TD]6[/TD]
[TD]11[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]10[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Sep-18[/TD]
[TD]Project Y[/TD]
[TD][/TD]
[TD][/TD]
[TD]75[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]70[/TD]
[TD]80[/TD]
[TD]95[/TD]
[TD]82[/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Oct-18[/TD]
[TD]Project Y[/TD]
[TD][/TD]
[TD][/TD]
[TD]75[/TD]
[TD]79[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]70[/TD]
[TD]82[/TD]
[TD]90[/TD]
[TD]82[/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Nov-18[/TD]
[TD]Project Y[/TD]
[TD][/TD]
[TD][/TD]
[TD]75[/TD]
[TD]79[/TD]
[TD]110[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]70[/TD]
[TD]82[/TD]
[TD]85[/TD]
[TD]82[/TD]
[TD] ???[/TD]
[/TR]
[TR]
[TD]Dec-18[/TD]
[TD]Project Y[/TD]
[TD][/TD]
[TD][/TD]
[TD]75[/TD]
[TD]79[/TD]
[TD]110[/TD]
[TD]82[/TD]
[TD][/TD]
[TD][/TD]
[TD]70[/TD]
[TD]82[/TD]
[TD]85[/TD]
[TD]82[/TD]
[TD] ???[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
"It's total value in September is

SUM(July Actual + August Actual + September Forecast + October Forecast)"


Nope.

It's total value in September is just

July Actual + August Actual + September Forecast + October Forecast

You don't need SUM(), you're already SUMming them by using the plus sign.
It's like saying (and this happens an AWFUL lot)

SUM(3+4)

It's simply 3+4

You dont need the SUM()
 
Last edited:
Upvote 0
That's a fair comment but still does not answer the question about a formula to calculate those sums for different rows/months.
Anyone please?
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,254
Members
452,623
Latest member
Techenthusiast

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top