Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
#NUM! means a formula tried to produce a number that is invalid or impossible to represent — like the square root of a negative number, or a value too large for the spreadsheet to hold.
=SQRT(A2)=IF(A2>=0, SQRT(A2), "n/a")SQRT errors on negative input. The IF guard returns a safe value instead.
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 #NUM! and broken formula at once — or paste this one formula and get the fix explained.
IRR solves iteratively and can fail to converge, especially with unusual cash flows. Provide a guess argument, e.g. =IRR(A2:A20, 0.1).
Yes — dates before the year 1900 (Excel) are out of range and produce #NUM! in date math.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: