0% found this document useful (0 votes)
45 views

Isref

This document provides information about the Excel ISREF function including what it does, its syntax, and that it returns TRUE for cell references and FALSE for other data types.

Uploaded by

arunasagar_2011
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Isref

This document provides information about the Excel ISREF function including what it does, its syntax, and that it returns TRUE for cell references and FALSE for other data types.

Uploaded by

arunasagar_2011
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Excel Function Dictionary 1998 - 2000 Peter Noneley A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 B C D E F G H

ISREF Page 1 of 1 I

ISREF
TRUE FALSE FALSE FALSE FALSE FALSE FALSE =ISREF(A1) =ISREF(B99) =ISREF(Hello) =ISREF(10) =ISREF(NOW()) =ISREF("A1") =ISREF(XX99)

What Does It Do ? This function shows TRUE if given a cell address, or FALSE for any other type of value. Its a bit of an odd one, and is normally used in macros rather than on the worksheet. Syntax =ISREF(ValueToTest) The ValueToTest can be any type of data, but when used on the worksheet, it cannot be a reference to the contents of another cell, as the reference will itself be evaluated by the function. Formatting No special formatting is needed.

You might also like