Hi,
I am trying to forecast vacancy (attrition + backfills). This calculation needs to happen at a combination of company code and Profit center for the next 4 years.
- Calculation being used -> Starting FTEs + Net Vacancy (Prior Period) + Attrition_Attrition Overlay (Current Period) + Backfill_Backfill Overlay (Current Period) = Starting FTEs + Net Vacancy (Current Period)
What I am trying to achieve in the attached is this:
- Multi-Row 12 to 15 (The ones in the container) should run for the first forecasted month (so it should run for July if I run it today, that's how its set up currently)
- For August 2021 date, Multi-Row 3-6 should run one after the other without running for September and future periods,
- The next iteration should run only for the Sep-2021 row (all 4 multi-rows should run) and so on
I am thinking I can control it using a counter of some sort, which can be true only for the month that it needs to run for, and that way the multi-row won't run for all the future periods at once but I am not able to understand how to do it.
Any help would be really appreciated.
Thanks!