ISREF

Description

ISREF determines if the specified expression is a range reference.

Syntax

ISREF ( expression )

 

Parameter

Description

expression

Any expression.

Remarks

If the expression returns a range reference, True is returned. Otherwise, False is returned.

Example

This function returns True:

ISREF(A3)

Also, see

ISBLANK

ISERR

ISERROR

ISLOGICAL

ISNA

ISNONTEXT

ISNUMBER

ISTEXT