Over 2 million + professionals use CFI to learn accounting, financial analysis, modeling and more. Unlock the essentials of corporate finance with our free resources and get an exclusive sneak peek at the first module of each course.
Start Free
What is the ISREF Function?
The ISREF Function[1] is categorized under Excel Information functions. The function will test if a given value is a reference or not. If the given value is a reference, it will return TRUE. Otherwise, it will return FALSE.
In financial analysis, let’s assume we need to create 21 worksheets in a workbook. All 21 worksheets must be assigned a name. Hence, to avoid missing a sheet, we can use ISREF and keep track of them.
Formula
=ISREF(values)
The ISREF function uses only one argument:
Values (required argument) – This is the given value or expression that we wish to test.
How to use the ISREF Function in Excel?
As a worksheet function, ISREF can be entered as part of a formula in a cell of a worksheet.
Example 1
Let’s see a few examples to understand how this function works:
We get the results below:
In cell B9, we provided expression A1*A2, which would return a value that is a product of the values in two cells. Hence, in this case, the ISREF function will return FALSE.
Example 2
Let’s now see how to test if a worksheet name exists in the workbook. To do that, we can use a formula that is based on the ISREF and INDIRECT functions. Suppose we want to find out if the following worksheets exist or not:
The formula used is =ISREF(INDIRECT(“sheetname”&”!A1″)), as shown below:
We get the following results:
The ISREF function used here will return TRUE for a valid worksheet reference and FALSE if the reference is invalid.
In this case, as we want to find out if a particular sheet exists in a workbook or not, we construct a full reference by concatenating the sheet names in column B with an exclamation mark and “A1”:
B5 &”!A1”
The formula returns the text: “Example1!A1!” The text goes into the INDIRECT function. INDIRECT then tries to evaluate the text as a reference.
When INDIRECT succeeds, the reference is passed into ISREF, which returns TRUE. When INDIRECT can’t create a reference, it throws a #REF error, and ISREF returns FALSE.
Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
To master the art of Excel, check out CFI’s Excel Crash Course, which teaches you how to become an Excel power user. Learn the most important formulas, functions, and shortcuts to become confident in your financial analysis.
Take your learning and productivity to the next level with our Premium Templates.
Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.
Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.