level 2 Sprint 2 DEM03 FINAL FORCAST FORMULA
I am Using this formula for final forecast
IF NOT Override ?THEN Initial Demand Forecast ELSE Override forecast
it is working well in module but in exam showing showing incorrectt .I tried this too
IF Override ?THEN Override forcast ELSE Initial Demand Forecast
what should be the correct formula for this
0
Best Answer
-
Your formula is correct. Error might be of space between Override and ? mark.
Try this:
IF NOT Override? THEN Initial Demand Forecast ELSE Override Forecast
Remove extra spaces from your formula.
Regards,
1
Answers
-
thanks for help it worked out
0 -
Happy to help! 🙂
Regards,
0