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

 

ISTEXT(value)

 
 Returns the boolean value depending if the value is text.

 valueThe value you want to test.

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

     EXAMPLES
     
     AB
    1=ISTEXT("some text") = Truesome text
    2=ISTEXT(B1) = True""
    3=ISTEXT(B2) = True 
    4=ISTEXT(10) = False 
    5=ISTEXT(12.345) = False 
    6=ISTEXT(B3) = False 
     

     Functions - I | Index - I | Office Online 

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