Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Information > ISREF

 

ISREF(value)

 
 Returns the boolean value depending if the value is a cell reference.

 valueThe value you want to test.

 REMARKS
 
  • The "value" can refer to a value, cell reference, formula or a named range.

     EXAMPLES
     
     AB
    1=ISREF(B1) = True=B2 = 20
    2=ISREF("some text") = False20
    3=ISREF(4) = False 
    4=ISREF(named_range) = True 
     

     Functions - I | Index - I | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top