Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

If we divide by Actuals, and when actuals are zero, MAPE is undefined (excel gives #DIV/zero error). What to do?

0
Posted

If we divide by Actuals, and when actuals are zero, MAPE is undefined (excel gives #DIV/zero error). What to do?

0

When actuals are zero, MAPE is infinite. By definition, forecast error can be greater than 100%. However, accuracy cannot be below zero. Forecast Accuracy = max (1 – forecast error, 0) If Actuals are 25 and forecast is 100, then error is 75 implying a 300% error. But accuracy is always zero for cases where error is higher than 100%. You can use the ISERROR function in excel to overcome the DivisionByZero error. Although this is an excel workaround, this actually preserves the impact of the actual being zero in calculating the total forecast error. See the excel accuracy template available in the downloads section!

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123