Hi all,
I am working on a formula to calculate straight line asset depreciation expense for each year from 2016-2022. Every year the company purchases some amount of new assets. I would like the term that assets depreciate to be based on an input cell (A1), so I need the depreciation expense formula to be dynamic.
I am projecting years 2016-2022.
The table below represents my data (asset purchase price label is in cell A3 and the values are in B3:H3. The Depreciation Expense label is in cell A4 and the depreciation expense formula should be in cells B4:H4.
I have included two versions of the Depreciation Expense outcome to provide examples of two possible Depreciation Term inputs (Cell A1)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]2016[/TD]
[TD="align: center"]2017[/TD]
[TD="align: center"]2018[/TD]
[TD="align: center"]2019[/TD]
[TD="align: center"]2020[/TD]
[TD="align: center"]2021[/TD]
[TD="align: center"]2022[/TD]
[/TR]
[TR]
[TD]Asset Purchase Price[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]30[/TD]
[TD="align: center"]40[/TD]
[TD="align: center"]50[/TD]
[TD="align: center"]60[/TD]
[TD="align: center"]70[/TD]
[/TR]
[TR]
[TD]Depreciation Expense (if term is 2 year in A1)[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]35[/TD]
[TD="align: center"]45[/TD]
[TD="align: center"]55[/TD]
[TD="align: center"]65[/TD]
[/TR]
[TR]
[TD]Depreciation Expense (if term is 4 year A1)[/TD]
[TD="align: center"]2.5[/TD]
[TD="align: center"]7.5[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]35[/TD]
[TD="align: center"]45[/TD]
[TD="align: center"]55[/TD]
[/TR]
</tbody>[/TABLE]
2 year depreciation term
4 year depreciation term
Any help is greatly appreciated!!
thanks,
Adam1988
I am working on a formula to calculate straight line asset depreciation expense for each year from 2016-2022. Every year the company purchases some amount of new assets. I would like the term that assets depreciate to be based on an input cell (A1), so I need the depreciation expense formula to be dynamic.
I am projecting years 2016-2022.
The table below represents my data (asset purchase price label is in cell A3 and the values are in B3:H3. The Depreciation Expense label is in cell A4 and the depreciation expense formula should be in cells B4:H4.
I have included two versions of the Depreciation Expense outcome to provide examples of two possible Depreciation Term inputs (Cell A1)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]2016[/TD]
[TD="align: center"]2017[/TD]
[TD="align: center"]2018[/TD]
[TD="align: center"]2019[/TD]
[TD="align: center"]2020[/TD]
[TD="align: center"]2021[/TD]
[TD="align: center"]2022[/TD]
[/TR]
[TR]
[TD]Asset Purchase Price[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]30[/TD]
[TD="align: center"]40[/TD]
[TD="align: center"]50[/TD]
[TD="align: center"]60[/TD]
[TD="align: center"]70[/TD]
[/TR]
[TR]
[TD]Depreciation Expense (if term is 2 year in A1)[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]35[/TD]
[TD="align: center"]45[/TD]
[TD="align: center"]55[/TD]
[TD="align: center"]65[/TD]
[/TR]
[TR]
[TD]Depreciation Expense (if term is 4 year A1)[/TD]
[TD="align: center"]2.5[/TD]
[TD="align: center"]7.5[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]25[/TD]
[TD="align: center"]35[/TD]
[TD="align: center"]45[/TD]
[TD="align: center"]55[/TD]
[/TR]
</tbody>[/TABLE]
2 year depreciation term
- 2016: 5/2
- 2016: 5/2 + 10/2
- 2017: 10/2 + 20/2
- 2018: 20/2 + 30/2
- 2019: 30/2 + 40/2
- 2020: 40/2 + 50/2
- 2021: 50/2 + 60/2
- 2022: 60/2 + 70/2
4 year depreciation term
- 2016: 10/4
- 2017: 10/4 + 20/4
- 2018: 10/4 + 20/4 + 30/4
- 2019: 10/4 + 20/4 + 30/4 + 40/4
- 2020: 20/4 + 30/4 + 40/4 + 50/4
- 2021: 30/4 + 40/4 + 50/4 + 60/2
- 2022: 40/4 + 50/4 + 60/2 + 70/2
Any help is greatly appreciated!!
thanks,
Adam1988