• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Depreciation Formula

slstewart249

New Member
I am building a 5 yr depreciation forecast and am having trouble with creating the correct formula. I am trying to build an excel table with Col A the Fiscal Year the Capital is purchased, Col F-I, the Qtr the capital is purchased and Col K the life of the asset. I am trying to get the formulas in Col L-Col Q need factor in the Year the asset was purchased and the life of the asset. I've tried varies nested approaches and am stuck. Thanks for your help in advance!
 

Attachments

  • DFY18 Capital.Depr Model.v2.xlsx
    151.2 KB · Views: 10
Try.......

In L12, copy across and down :

=IF(((RIGHT($A12,2)+$K12-1)>=0+RIGHT(L$11,2))*(RIGHT(L$11,2)>=RIGHT($A12,2))*($J12>0),$J12/$K12/52*L$9,0)

Regards
 

Attachments

  • DFY18 Capital.Depr Model.v2.xlsx
    152.4 KB · Views: 7
Hi to all!

Another approach could be:

=OR($A12=L$11,ABS(SUM($K12:K12)-$K12-$J12/2)<$J12/2)*$J12/$K12/L$9*52

Blessings!
 

Attachments

  • DFY18 Capital.Depr Model.v2.xlsx
    151.8 KB · Views: 15
Back
Top