isref
Test whether a value is a cell reference.
Syntax
Section titled “Syntax”v = isref(value)Description
Section titled “Description”Returns true if value is a reference (a cell or range). Returns false for direct values, even if they came from cell content.
Example
Section titled “Example”isref(A1) % 1