Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
A #DIV/0! error means a formula is trying to divide by zero — or by a cell that is empty, which the spreadsheet treats as zero. Division by zero has no answer, so the cell shows the error instead.
=A2/B2=IFERROR(A2/B2, "")When B2 is empty or zero, the cell shows blank instead of #DIV/0!.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every #DIV/0! and broken formula at once — or paste this one formula and get the fix explained.
Wrap it in IFERROR, e.g. =IFERROR(A2/B2, ""). The division still runs; only the error display is replaced.
AVERAGE divides the sum by the count of numbers. If the range has no numeric values, the count is zero and you get #DIV/0!.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: