When using ISREF, the most common questions fall into 3 areas: syntax entry, function guidance, and result checking. This FAQ includes 3 common answers.
FAQ
What should I do if ISREF returns an error after I enter it?
- Check whether the formula starts with
=. - Check whether the parentheses are complete and whether the argument separator is correct.
- Type
ISREF(again and complete the argument by following the syntax prompt before pressing Enter.
How can I view guidance for the ISREF function?
- Type
=ISREF(in a cell or in the formula bar. - Review the syntax prompt and parameter guidance that appears.
- Confirm the argument format for your current reference before continuing the formula.
Why does the ISREF result-not-match-what-i-expected
- Confirm that you passed an actual reference instead of text that only looks like a cell address.
- Check whether the referenced object is valid and whether there is an invalid range or broken reference.
- If the formula is nested, test ISREF by itself first and then combine it with IF or other functions.
Glossary
| Term | Definition |
|---|---|
| ISREF | An information function that checks whether a value is a valid reference and returns TRUE or FALSE. |
| Reference | A location expression in a spreadsheet that points to a cell, range, or related object and can be used in formulas. |
| Syntax prompt | The on-screen parameter and structure hint that appears while you type a function. |