Dynamic CCA Schdule

Trixie1919

New Member
Joined
Jan 9, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Trying to make a dynamic model around a CCA Depreciation Schedule. Not sure if this is possible
Notes:
  1. Can start the claim once revenue (Row 3) comes on. I.e Capital Spend to date can start to be claimed.
    1. As it stands now it could be D8=If(D3=0,0,D4), then repeat this on, however if revenue comes on prior to April 25 I will not work
    2. And if we have additional Capital Spend post March 2025 if will not work
  2. Any ideas on how to set this up?
1704903827661.png

1704903869206.png


Any help would be greatly appreciated.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the forum.
N.B. You can post an extract of your sheet to the forum with the forum's tool named XL2BB.

It will save a lot of volunteer time, if you provide clear information.
N.B. We do not not know your challenge, your business, what your actually require, your country, rules for the calculation, etc.
Are you working on an accounting schedule of a tax schedule?
What is the "deduction base"?
Is the amount calculated annually or for each month?
What is your year-end?
 
Upvote 0
CCA - Model.xlsx
CDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG
2Jul-24Aug-24Sep-24Oct-24Nov-24Dec-24Jan-25Feb-25Mar-25Apr-25May-25Jun-25Jul-25Aug-25Sep-25Oct-25Nov-25Dec-25Jan-26Feb-26Mar-26Apr-26May-26Jun-26Jul-26Aug-26Sep-26Oct-26Nov-26Dec-26
3Facility Revenue$ -$ -$ -$ -$ -$ -$ -$ -$ -$ 270,562$ 417,701$ 533,858$ 801,780$ 801,780$ 773,900$ 1,073,853$ 1,037,197$ 1,073,853$ 1,073,853$ 963,883$ 1,073,853$ 1,037,197$ 1,073,853$ 1,037,197$ 1,073,853$ 1,073,853$ 1,037,197$ 1,678,000$ 1,621,855$ 1,678,000
4Capital Spend$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ 2,557,420$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -
5
6CCA Depreciation Schedule
7Opening Balance$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ 11,316,584$ 11,127,975$ 10,942,508$ 10,760,133$ 10,580,798$ 10,404,451$ 10,231,044$ 10,060,526$ 9,892,851$ 9,727,970$ 9,565,837$ 9,406,406$ 9,249,633$ 9,095,472$ 8,943,881$ 8,794,817$ 8,648,236$ 8,504,099$ 8,362,364$ 8,222,991
8Net Additions$ -$ -$ -$ -$ -$ -$ -$ -$ -$ 23,016,782$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -
9Deduction Base$ -$ -$ -$ -$ -$ -$ -$ -$ -$ 11,508,391$ 11,316,584$ 11,127,975$ 10,942,508$ 10,760,133$ 10,580,798$ 10,404,451$ 10,231,044$ 10,060,526$ 9,892,851$ 9,727,970$ 9,565,837$ 9,406,406$ 9,249,633$ 9,095,472$ 8,943,881$ 8,794,817$ 8,648,236$ 8,504,099$ 8,362,364$ 8,222,991
10Claim$ -$ -$ -$ -$ -$ -$ -$ -$ -$ (191,807)$ (188,610)$ (185,466)$ (182,375)$ (179,336)$ (176,347)$ (173,408)$ (170,517)$ (167,675)$ (164,881)$ (162,133)$ (159,431)$ (156,773)$ (154,161)$ (151,591)$ (149,065)$ (146,580)$ (144,137)$ (141,735)$ (139,373)$ (137,050)
11Ending Book Value$ -$ -$ -$ -$ -$ -$ -$ -$ -$ 11,316,584$ 11,127,975$ 10,942,508$ 10,760,133$ 10,580,798$ 10,404,451$ 10,231,044$ 10,060,526$ 9,892,851$ 9,727,970$ 9,565,837$ 9,406,406$ 9,249,633$ 9,095,472$ 8,943,881$ 8,794,817$ 8,648,236$ 8,504,099$ 8,362,364$ 8,222,991$ 8,085,941
Sheet1
Cell Formulas
RangeFormula
E7:AG7E7=D11
D8D8=IF(D3=0,0,$D$4)
E8E8=IF(E3=0,0,$D$4+$E$4)
F8F8=IF(F3=0,0,$D$4+$E$4+$F$4)
G8G8=IF(G3=0,0,$D$4+$E$4+$F$4+$G$4)
H8H8=IF(H3=0,0,$D$4+$E$4+$F$4+$G$4+$H$4)
I8I8=IF(I3=0,0,$D$4+$E$4+$F$4+$G$4+$H$4+$I$4)
J8J8=IF(J3=0,0,$D$4+$E$4+$F$4+$G$4+$H$4+$I$4+$J$4)
K8K8=IF(K3=0,0,$D$4+$E$4+$F$4+$G$4+$H$4+$I$4+$J$4+$K$4)
L8:M8L8=IF(L3=0,0,$D$4+$E$4+$F$4+$G$4+$H$4+$I$4+$J$4+$K$4+$L$4)
D9:AG9D9=+D7+ IF(D8>0,D8/2,D8)
D10:AG10D10=(-D9*0.2)*(1/12)
D11:AG11D11=D9+D10


Hi Dave,

Thank you!

Deduction base is what we feeds into the claim amount, row10. Amount is calculated each month. We go Year end at December. For this modeling task the time period will be July 2024 to Dec 2026.
 
Upvote 0
1. This is not a CCA schedule that I am familiar with.
2. You provided very little information!
3. You could probably have a simpler schedule.

Review the following guess and see if it helps.

T202401a.xlsm
ABCLMN
1
2457174574845778
3Facility Revenue200,000270,562417,701
4Capital Spend2,557,420100000
5
6CCA Depreciation Schedule
7Opening Balance011,316,58411,132,891
8Net Additions23,016,78210,0000
9Deduction Base11,508,39111,321,58411,132,891
10Claim-191,807-188,693-185,548
11Ending Book Value11,316,58411,132,89110,947,343
12
3b
Cell Formulas
RangeFormula
L7:N7L7=K11
L8L8=SUM($D$4:L4)
M8:N8M8=M4
L9L9=IF(L8,L8/2)
M9:N9M9=M8/2+M7
L10:N10L10=(-L9*0.2)/12
L11:N11L11=L9+L10
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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