» Identifying Numeric Values within a Range Formatted as Text
CATEGORY - Excel Text Formulas
VERSION - All Microsoft Excel Versions
Problem: Column A contains both numeric and text values, however, all values are formatted as text.
We want to determine which of the values are actually text (i.e. consist of alphabetic characters) and which are only formatted as text, but are in fact numeric.
Solution:
Use the IF and ISERROR functions as shown in the following formula:
=IF(ISERROR(A2+0),"Text","Number")
Book Store:
Recommended Books:
- Microsoft Windows XP Inside Out
- AWAKEN THE GIANT WITHIN : HOW TO TAKE IMMEDIATE CONTROL OF YOUR MENTAL, EMOTIONAL, PHYSICAL AND FINANCIAL
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Microsoft Outlook 2002 for Dummies
- Special Edition Using Microsoft Word 2002
- The Complete Book of Business Plans: Simple Steps to Writing a Powerful Business Plan (Small Business Sourcebooks)
No comments have been submitted.

