Written by Allen Wyatt (last updated January 18, 2020)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
Cells in a worksheet can contain either numeric values, text values, or error values. (Some people will mention dates and times as another type of value, but these are nothing but special types of numeric values, as are Boolean values such as True and False.) In some instances, you may need to know whether a particular cell contains a text value or not.
You can use the ISTEXT function to make this determination. For instance, if you need to know if cell B7 contains a text value, you would use the following formula:
=ISTEXT(B7)
The function returns either True or False, depending on the type of value in cell B7. ISTEXT takes a single value, normally a cell reference of some kind. This should be a reference to a single cell; if you use a reference to a range, then the function always returns a False value.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10814) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Checking for Text.
Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!
Excel allows you to place Roman numerals in your cells, as well as to convert to and from Roman numerals. In this tip you ...
Discover MoreWhen performing a statistical analysis on a large dataset, you may want to use GEOMEAN to figure out the geometric mean ...
Discover MoreLooking for a great reference that you can use to help figure out the various worksheet functions available in Excel? ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments