I attached a sample sheet with data.
The user inputs the desired start day in cell C2. In this example, day 5.
The user inputs the desired lead time in cell C4. In this example, 6.
The lead time entered in C4 determines how many cells are added to arrive at the rolling forecast (column C). In the example, the answer is 450 unit because the rolling forecast adds the six values in column B starting at day 5. I did a simple =sum and copied it down. But this is not what the user wants.
The user wants to be able to make changes to the lead time and have the rolling forecast automatically update.
I need help with a formula where the user can input any lead time change in C4, and that change is reflected in the rolling forecast totals. So, if the lead time were changed to 4, the rolling forecast total beginning at day 5 should be 260 units.
Many thanks.
The user inputs the desired start day in cell C2. In this example, day 5.
The user inputs the desired lead time in cell C4. In this example, 6.
The lead time entered in C4 determines how many cells are added to arrive at the rolling forecast (column C). In the example, the answer is 450 unit because the rolling forecast adds the six values in column B starting at day 5. I did a simple =sum and copied it down. But this is not what the user wants.
The user wants to be able to make changes to the lead time and have the rolling forecast automatically update.
I need help with a formula where the user can input any lead time change in C4, and that change is reflected in the rolling forecast totals. So, if the lead time were changed to 4, the rolling forecast total beginning at day 5 should be 260 units.
Many thanks.