Forcasting

Elmoo1984

New Member
Joined
Mar 26, 2020
Messages
13
Office Version
  1. 365
Platform
  1. Windows
Hi

I am hope you can help me please. I am trying to calculate predicted costs and profit margins, for a course I am running.
So to explain...
We charge £6,000 per course, the course runs for 9 months, it costs me £4,250 to run the cost in total at a cost of £472 per month, giving me a profit of £1,750.00. ( this sounds like a school Question)
I want to plan additional starts in for each month going forward but only want to count them for 9 months accumulative, I can do it manually but I want to able to amend the the number of starts and the table to update

Its straight forward until I get to month 10 when I want one learner to course to finish.

I have done it manually here but would like a formula to do it.

1599041338257.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Book1
ABCDEFGHIJKL
1CostingsPlanned Starts
2Course Charge£6,000August1
3Course Length (Months)9September2
4Cost per Month£472October2
5Course cost£4,250November2
6Profit£1,750December0
7January3
8
9
10Aug-20Sep-20Oct-20Nov-20Dec-20Jan-21Feb-21Mar-21Apr-21May-21Jun-21
11Accumulative135771010101097
12Starts per month12220300000
13Cost per Month£ 472£ 1,417£ 2,361£ 3,306£ 3,306£ 4,722£ 4,722£ 4,722£ 4,722£ 4,250£ 3,306
14
15
16
17
Sheet1
Cell Formulas
RangeFormula
B4B4=B5/B3
B6B6=B2-B5
B12B12=F2
C12C12=F3
D12D12=F4
E12E12=F5
F12F12=F6
G12G12=F7
B13:L13B13=B11*$B$4
 
Upvote 0
I added the final month, where the course supposes to end. Although be aware that I don't know if you count the starting month as on of the 9 months, ok? So change at your own need.
I hope that is what you want.
I took the liberty to add some lines, such your profit. So change the number of starting courses and see if it works as you wanted.


help_course.xlsx
ABCDEFGHIJKL
1CostingsPlanned StartsEnds
2Course Charge6000ago-201mai-21
3Course Length (Months)9set-200jun-21
4Cost per Month472,22out-200jul-21
5Course cost4250nov-200ago-21
6Profit1750dez-200set-21
7jan-210out-21
8
9
10ago-20set-20out-20nov-20dez-20jan-21fev-21mar-21abr-21mai-21jun-21
11Accumulative11234566654
12Starts per month10000000000
13Cost per Month£ 472,22£ 472,22£ 944,44£ 1 416,67£ 1 888,89£ 2 361,11£ 2 833,33£ 2 833,33£ 2 833,33£ 2 361,11£ 1 888,89
14Earn per Month£ 666,7£ 666,7£ 1 333,3£ 2 000,0£ 2 666,7£ 3 333,3£ 4 000,0£ 4 000,0£ 4 000,0£ 3 333,3£ 2 666,7
15Profit£ 194,44£ 194,44£ 388,89£ 583,33£ 777,78£ 972,22£1 166,67£1 166,67£1 166,67£ 972,22£ 777,78
Folha1
Cell Formulas
RangeFormula
B4B4=B5/B3
B6B6=B2-B5
G2:G7G2=EDATE(E2,9)
B11B11=B12
C11:L11C11=SUM(IF($G$2:$G$7>C10,IF($E$2:$E$7<C10,1,0)))+C12
B12:L12B12=IFERROR(VLOOKUP(B10,$E$2:$F$7,2,FALSE),0)
B13:L13B13=B11*$B$4
B14:L14B14=($B$2/9)*B11
B15:L15B15=B14-B13
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
I found an error!!! C11 - =SUM(IF($G$2:$G$7>C10,IF($E$2:$E$7<C10,1,0)))+C12 . Shouldn't be 1 but instead the number of starts on that specific month!
So...
help_course.xlsx
ABCDEFGHIJKL
1CostingsPlanned StartsEnds
2Course Charge6000ago-201mai-21
3Course Length (Months)9set-202jun-21
4Cost per Month472,22out-200jul-21
5Course cost4250nov-200ago-21
6Profit1750dez-200set-21
7jan-210out-21
8
9
10ago-20set-20out-20nov-20dez-20jan-21fev-21mar-21abr-21mai-21jun-21
11Accumulative13333333320
12Starts per month12000000000
13Cost per Month£ 472,22£ 1 416,67£ 1 416,67£ 1 416,67£ 1 416,67£ 1 416,67£ 1 416,67£ 1 416,67£ 1 416,67£ 944,44£ -
14Earn per Month£ 666,7£ 2 000,0£ 2 000,0£ 2 000,0£ 2 000,0£ 2 000,0£ 2 000,0£ 2 000,0£ 2 000,0£ 1 333,3£ -
15Profit£ 194,44£ 583,33£ 583,33£ 583,33£ 583,33£ 583,33£ 583,33£ 583,33£ 583,33£ 388,89£ -
Folha1
Cell Formulas
RangeFormula
B4B4=B5/B3
B6B6=B2-B5
G2:G7G2=EDATE(E2,9)
B11B11=B12
C11:L11C11=SUM(IF($G$2:$G$7>C10,IF($E$2:$E$7<C10,$F$2:$F$7,0)))+C12
B12:L12B12=IFERROR(VLOOKUP(B10,$E$2:$F$7,2,FALSE),0)
B13:L13B13=B11*$B$4
B14:L14B14=($B$2/9)*B11
B15:L15B15=B14-B13
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,810
Messages
6,121,690
Members
449,048
Latest member
81jamesacct

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