Computer Science, asked by sreerobinhood, 18 days ago

Which Excel function would you use to avoid #DIV/0! errors?​

Answers

Answered by hiiambobatrisha
0

Answer:

IF Function

Explanation:

The simplest way to suppress the #DIV/0! error is to use the IF function to evaluate the existence of the denominator. If it’s a 0 or no value, then show a 0 or no value as the formula result instead of the #DIV/0! error value, otherwise calculate the formula.

Similar questions