powerhouse789
New Member
- Joined
- Apr 6, 2022
- Messages
- 2
- Office Version
- 2016
- Platform
- Windows
I'm trying to get Excel to allocate how much % of a project will be completed in each budget year. It works sometimes but depending on the project start/end dates, it sometimes doesn't add up to 100%. Here is an image of how I have it setup and the formula I'm using in I7, which is the year it is having trouble in this example. I7 should equal 29.16667% so that the total percent in J7 adds up to 100%.
=ROUNDDOWN(MAX((EOMONTH(H$5,11)-H$5)+1-MAX($C$7-H$5,0)-MAX(EOMONTH(H$5,11)-$C$3,0),0)/((H$6-H$5)/12),1)/$B7
=ROUNDDOWN(MAX((EOMONTH(H$5,11)-H$5)+1-MAX($C$7-H$5,0)-MAX(EOMONTH(H$5,11)-$C$3,0),0)/((H$6-H$5)/12),1)/$B7