| Syntax |
| =ISREF(value) |
| Purpose / Description |
| Determines if the value resolves to a valid reference to a range. |
| Arguments |
| Name |
Type |
Description |
| value |
any |
The value whish is to be examined to determine if it is avlid reference to a range in Excel. |
| Return Values |
| Type |
Specific Value |
Description |
| logical |
TRUE |
The value argument is a valid range reference in Excel. |
| logical |
FALSE |
The value argument is not a valid range reference in Excel, it is a different value type. |
| Notes / Comments / Advice / Warnings |
| Note: |
As this is a function for determining value type, it does not return errors when an error value is passed, as that is not a reference, so in that case, it returns FALSE. |
| Examples: |
Open / download sample workbook: ISREF.xlsx |
| |