Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISREF tests whether its argument is a valid reference to a cell or range, returning TRUE if so and FALSE if it is a value, error, or text. It is particularly useful inside INDIRECT or dynamic reference formulas to guard against invalid sheet names or addresses that would otherwise produce a #REF! error.
=ISREF(A2)=ISREF(A2)Computed by a real spreadsheet engine on the sample data below.
| Input | IsRef? |
| A1 | TRUE |
| Sheet1!B2 | TRUE |
| Hello | FALSE |
=ISREF(A2)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Check whether a dynamically constructed cell address is a valid reference before using it”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: