Italian Excel formula
=SE.ERRORE(A2/B2;"")
=SE.ERRORE(A2/B2;"")
=IFERROR(A2/B2,"")
If B2 is zero, the cell stays blank instead of showing #DIV/0!.
Common errorDo not use it to hide important errors without checking the cause.
IFERROR is useful to clean sheets with incomplete calculations.
You can replace empty quotes with a text.
Yes, use ,0.
It catches many common errors.