Distribute Project Value over entire project life

rodmic

New Member
Joined
Sep 6, 2018
Messages
6
Good Day :)

I have to calculate the per day amount for a project and put it in a report showing it on an annual basis. My issue comes if the project starts mid of the month, i need a formula to determine the date from project start to year end and calculate per day rate.

Eg:
Project Start 18/12/2019
Project End 19/08/2022
Project Budget 100,000
Project rate per day will be (project end date) - (project start date) / project budget = 102.5 per day.

Now my report headers will be:
YEAR 2019| YEAR 2020| YEAR 2021|YEAR 2022|YEAR 2023 < - should be formula to show contract start year and end years based on Project Start & Project End years (optional)

In year 2019, formula should calculate 18/12/2019 to 31/12/2019 * 102.5 = 13days * 102.5
In year 2020, formula should calculate 01/01/2020 to 31/12/2020 * 102.5 = 365days * 102.5
In year 2021, formula should calculate 01/01/2021 to 31/12/2021 * 102.5 = 365days * 102.5
In year 2020, formula should calculate 01/01/2022 to 19/08/2022 * 102.5 = 230days * 102.5
In year 2023, formula should identify 01/01/2023 and Determine this date doesn't fall in contract period and return '0' value
total should tally with the Project Budge = 100,000
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
See if this is any use. D2 & D3 formulas copied across.
Note that my formula produces a slightly different value for 2020 and 2021. You said you wanted a 'per day' amount and 2020 has 366 days whereas 2021 only has 365, hence the difference.

Excel Workbook
ABCDEFGHIJK
1StartEndBudgetYEAR 2019YEAR 2020YEAR 2021YEAR 2022YEAR 2023YEAR 2024YEAR 2025TOTAL
22019202020212022202320242025
318/12/201919/08/2022100,0001,333.3337,538.4637,435.9023,692.310.000.000.00100,000.00
Spread
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,559
Messages
6,114,302
Members
448,564
Latest member
ED38

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