Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
A #REF! error means a formula is referring to a cell or range that no longer exists. The reference broke — usually because the cells it pointed to were deleted or moved out from under it.
=VLOOKUP(D2, A:B, 3, FALSE)=VLOOKUP(D2, A:B, 2, FALSE)The table A:B has only 2 columns, so column index 3 is out of range. Use 2.
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 #REF! and broken formula at once — or paste this one formula and get the fix explained.
Not necessarily. The formula lost its reference, but the underlying data may still exist elsewhere. If the error appeared right after a deletion, undo (Ctrl+Z) usually restores it.
Use Find & Replace (Ctrl+H) to search for "#REF!", or upload the file to the FormulaCraft Auditor to list every broken formula at once.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: