Calculate depreciation

anillinda

New Member
Joined
Apr 20, 2012
Messages
48
assetdate purchasedcostpriorlifecurrent depreciation
Ipad08/5/1996254816875

<tbody>
</tbody>

I am using the folliowing formula:
=INT(ROUND(IF(C4<(EDATE($B$1,-12)+1),SLN(D4,0,F4),IF(AND(C4>=EDATE($B$1,-12)+1,C4<=$B$1),SLN(D4,0,F4)/12*(DATEDIF(C4,$B$1,"m")))),0))

The result is incorrect
cell b1 has value "07/31/18"
Help would be appreciated, specially in calculating depreciation when the final depreciation is in the last year
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hi,

take a look at this and see if this helps:

Book1
BCDEFG
131-7-2018
2
3assetdate purchasedcostpriorlifecurrent depreciation
4Ipad8-5-19962548168752548
Sheet2
Cell Formulas
RangeFormula
G4=INT(ROUND(IF(C4<(EDATE($B$1,-12)+1),SLN(D4,0,F4)/12*DATEDIF(C4,MIN($B$1,EDATE(C4,F4*12)),"m"),IF(AND(C4>=EDATE($B$1,-12)+1,C4<=$B$1),SLN(D4,0,F4)/12*(DATEDIF(C4,$B$1,"m")))),0))
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

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