Hello,
I would like to ask for help with a revenue forecasting spread formula currently in use.
Some Background. When a forecasted month passes, the actual amounts are entered over the forecast formula in that month column.
The issue I need to resolve is that the remaining months for forecast do not forecast out the full balance amount since the formula still spreads the allocation from start to end date.
My thought is to add an override start date that represents the current start date for forecasting. For example, the start date was 3/10/24 but we are now forecasting for April - Dec. I would want the formula to look at cell A2 if the date in cell G5 has passed. How would I add that into the existing formula, to use A2 if G5 has passed? After several unsuccessful attempts, I am at a loss.
=IFERROR(MAX(0,MIN($H5+1,EDATE(O$4,1))-MAX($G5,O$4))/($H5-$G5+1)*$E5,0)
G5 = Start Date
H5 = End Date
E5 = Amount Balance
O4 = Month column
A2 would contain a current forecast start intended to be the override for P5 if that date has passed.
I would like to ask for help with a revenue forecasting spread formula currently in use.
Some Background. When a forecasted month passes, the actual amounts are entered over the forecast formula in that month column.
The issue I need to resolve is that the remaining months for forecast do not forecast out the full balance amount since the formula still spreads the allocation from start to end date.
My thought is to add an override start date that represents the current start date for forecasting. For example, the start date was 3/10/24 but we are now forecasting for April - Dec. I would want the formula to look at cell A2 if the date in cell G5 has passed. How would I add that into the existing formula, to use A2 if G5 has passed? After several unsuccessful attempts, I am at a loss.
=IFERROR(MAX(0,MIN($H5+1,EDATE(O$4,1))-MAX($G5,O$4))/($H5-$G5+1)*$E5,0)
G5 = Start Date
H5 = End Date
E5 = Amount Balance
O4 = Month column
A2 would contain a current forecast start intended to be the override for P5 if that date has passed.