Hi Community,
I have a row of projects and I am tracking budget cost, duration (months), expected start date and expected end date for each project.
I want to divide the budget cost evenly for each quarter where the project is expected to be running.
I have a sheet with quarters/years as columns and one row with the budget costs. Any idea on how to populate each quarter with the total budget costs of all the projects expected to be running on those dates?
I am currently trying a SUMIFS function but I know it does not work.
=SUMIFS({Budget Cost}; {Planned Start}; >=DATE(2022; 2; 2); {Planned Start}; <=DATE(2022; 9; 30); {Planned End}; >=DATE(2022; 9; 30); {Planned End}; <=DATE(2028; 9; 28))
I would greatly appreciate any ideas/input.
Regards
Antonio