ExcelFunctions.net Logo

The Excel ISTEXT Function

Home » Excel-Built-In-Functions » Excel-Information-Functions » Excel-Istext-Function
Search this site:
Custom Search
Related Functions: 

Basic Description

The Excel Istext function tests if a supplied value is text, and if so, returns TRUE; Otherwise, the function returns FALSE.

The syntax of the function is:

ISTEXT( value )

Where the supplied 'value' argument can be supplied directly, or can be a value returned from a formula, or a reference to a cell containing a value.


Istext Function Examples

The spreadsheets below show several examples of the Excel Istext function. The spreadsheet on the left shows the formulas used, and the spreadsheet on the right shows the results:

 Formulas:
  A B
1 =ISTEXT( TRUE )  
2 =ISTEXT( "Peter" )  
3 =ISTEXT( 10/2 )  
4 =ISTEXT( B4 ) #VALUE!
5 =ISTEXT( B5 ) Peter
6 =ISTEXT( B6 )  
 Results:
  A B
1 FALSE  
2 TRUE  
3 FALSE  
4 FALSE #VALUE!
5 TRUE Peter
6 FALSE  



Valid XHTML 1.0 Transitional
Disclaimer Privacy Policy

Copyright © 2008-2011 ExcelFunctions.net