Depreciation tabel

okvals48

New Member
Joined
Sep 27, 2020
Messages
15
Office Version
  1. 365
Platform
  1. Windows
Hi,

i have one problem that i can not figure out. I have to make depreciation tabel for my forcast, but issue is that i have asset for wich i have to make depreciation for the whole year, for some it will start in certain point during a year, and for some it will end during the year. With X i have marked for what period depreciaiton should be calculated. Also i have entered 30.05.2021. as my reproting period.

I was trying to do calculation based on date when i accquired the asset with when asset will be depreciated (Column years) and my reporting period as criteria if we need to calculate depreciation.

Thanks in advance

30.05.2021
IDAsset numberAsset nameDepreciation RateAccquiredYearsPurchase valueBook value123456789101112
1211122x0.2530.11.2020410080XXXXXXXXXXXX
2311113y0.3303.03.2021310095XXXXXXXXX
3411114z0.2524.05.2018410025XXXXX
 

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.
Hi

I assume that you are using straight line depreciation and you start to depreciate fully from the month of acquisition of your assets irrespective date of purchase in that month.

Insert a column and calculate end of depreciation date for each asset using the following formula and copy it down:

=DATE(YEAR(E5)+F5,MONTH(E5),DAY(E5))

Enter reporting start date in J4 as 31/1/2021 (can be changed) and then enter the following formula in K4 and copy it across:

=EOMONTH(J4,1)

Finally, enter the following formula in J5 and copy it down and across:

=IF(MEDIAN($E5,$G5,J$4)=J$4,$H5*$D5,"")



1623529366170.png


Kind regards

Saba
 
Upvote 0
Solution
Thanks a lot, i would never get idea to solve it with the help of Median. But one question, but my depreciation does not start the same month when i procured the asset insted it starts next month.
I could make another row ti Dep start date or add + 30 on cell referenc =IF(MEDIAN(($F6+30),$J6,N$4)=N$4,$H6*$E6,""), but that probably would not be the most optimal solution.

I was just wondering if there is anything more elegant,
 
Upvote 0
Or you could use the following formula

=IF(MEDIAN(EOMONTH($F6,0)+1,$J6,N$4)=N$4,$H6*$E6,"")

You can see the formula EOMONTH($F6,0)+1 takes 3 March to 1 of April month which be the start of depreciation month after asset acquisition in the previous month.

1623796701899.png


Kind regard

Saba
 
Upvote 0

Forum statistics

Threads
1,214,412
Messages
6,119,369
Members
448,888
Latest member
Arle8907

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