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
Got the same error in multiple cells? Upload your whole sheet and the Auditor will flag every #DIV/0! and broken formula at once — free. Pro plans (₹199/$4.99/mo) can apply the verified fixes and download the corrected file in one click.
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: