Let’s take firstly a take a look at the #DIV! error. This Excel error merely means you might have tried to divide by zero. For instance =B2/C2 would give the #DIV!zero error if C2 contained zero. You have to be aware that if the cell B2 was really clean then Excel will even interpret that cell as containing a zero supplying you with equal as having the cell containing and precise zero. With this error in your worksheet it makes evaluation of your close to unimaginable, ever drained it? So its greatest to accommodate the divide by zero so you possibly can stick with it with information evaluation
How one can repair the error?
It’s straightforward sufficient to repair with a easy piece of error dealing with, lets take the instance above by utilizing a easy IF STATEMENT
=IF(C2=zero,zero,B2/C2)
This implies, if C2=zero then enter zero, in any other case, B2/C2
Let’s now take a look at the #VALUE! error. This I’d say is the error that happens most frequent. This error will likely be displayed when the unsuitable kind of arguments or operands are used. [An operand is simply items either side of an operator in a formula and these operands in Excel can be either values, cells references, names labels etc.]
A fast instance to clarify