Checks whether the specified value is a cell reference.
Syntax
Copy Code
|
|---|
ISREF( Any x ) → Logical |
If x is a cell reference, returns TRUE. If x is not a cell reference, including when x is an error, returns FALSE. Note that this function does not propagate error values. Also note, that unlike most other functions, when given a cell reference this function does not examine the value of the referenced cell.
Formula
Copy Code
|
|---|
=ISREF(A1) |
Function Reference
ERROR.TYPE Function
ISBLANK Function
ISERR Function
ISERROR Function
ISNA Function
ISNONTEXT Function
TYPE Function