[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ISREF ( value )
Description: Determines if value is a cell reference.
Arguments:
Name |
Type |
Description |
any |
The value to be tested. No conversion shall take place on an argument passed to this function. |
Return Type and Value: logical – TRUE if value is a cell reference; otherwise, FALSE.
[Example:
ISREF("ABC") results in FALSE
ISREF(A10) results in TRUE
end example]