ISREF function

ISREF tests if the content of one or several cells is a reference. This function verifies the type of references in a cell or a range of cells. If an error occurs, the function returns a logical or numerical value.

Syntax

ISREF(value)

To determine whether it is a reference,value is the value to be tested.

Example

=ISREF(C5) returns TRUE.