Returns TRUE if the given value is a reference to a cell or range of cells, and FALSE otherwise.
Syntax
Remarks
ISREF function returns TRUE for defined names as well.
Examples
|
Formula |
Result |
|
=ISREF(A7) |
TRUE |
|
=ISREF(1) |
FALSE |
|
=ISREF(Range) |
TRUE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions