Hey everyone!
I have one set of data that I need summed up and shown properly on one row in a different set of data
Example Data
Investment cost Depreciation Life Year Depreciation Starts
25,000 3 years 2017
50,000 5 years 2018
75,000 3 years 2019
100,000 5 years 2019
In Cell H4 (2017) I would need (25,000/3)
In Cell I4 (2018) I would need (25,000/3) + (50,000/5)
In Cell J4 (2019) I would need (25,000/3) + (50,000/5) + (75,000/3) +(100,000/5)
In Cell K4 (2020) I would need (50,000/5) + (75,000/3) + (100,000/5)
In Cell L4 (2021) I would need (50,000/5) + (75,000/3) + (100,000/5)
In Cell M4 (2022) I would need (50,000/5) + (100,000/5)
In Cell N4 (2023) I would need (50,000/5) + (100,000/5)
In Cell O4 (2024) I would need that to be 0 since my depreciation is done
So data set one has information about investment cost, depreciation life, and the year depreciation starts
Investment cost = Column C
Depreciation life = Column D -> This can be 3, 5, 10, or 20 years
Year Depreciation Starts = Column E
Data set two has one line item called Depreciation Expense. This is the row where I need my equation to go to aka Cells H4:O4
If something is not clear please let me know!
I have one set of data that I need summed up and shown properly on one row in a different set of data
Example Data
Investment cost Depreciation Life Year Depreciation Starts
25,000 3 years 2017
50,000 5 years 2018
75,000 3 years 2019
100,000 5 years 2019
In Cell H4 (2017) I would need (25,000/3)
In Cell I4 (2018) I would need (25,000/3) + (50,000/5)
In Cell J4 (2019) I would need (25,000/3) + (50,000/5) + (75,000/3) +(100,000/5)
In Cell K4 (2020) I would need (50,000/5) + (75,000/3) + (100,000/5)
In Cell L4 (2021) I would need (50,000/5) + (75,000/3) + (100,000/5)
In Cell M4 (2022) I would need (50,000/5) + (100,000/5)
In Cell N4 (2023) I would need (50,000/5) + (100,000/5)
In Cell O4 (2024) I would need that to be 0 since my depreciation is done
So data set one has information about investment cost, depreciation life, and the year depreciation starts
Investment cost = Column C
Depreciation life = Column D -> This can be 3, 5, 10, or 20 years
Year Depreciation Starts = Column E
Data set two has one line item called Depreciation Expense. This is the row where I need my equation to go to aka Cells H4:O4
If something is not clear please let me know!