Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to Create Thermometer Chart in Excel
  • How to create Checklist in Excel
  • Understanding Pivot Tables in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • Example of COUNTIFS with variable table column in Excel

References

  • How to use Excel OFFSET function
  • How to get relative row numbers in a range in Excel
  • How to use Excel LOOKUP Function
  • To count total rows in a range in Excel
  • Approximate match with multiple criteria in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Data validation must not exist in list
  • Excel Data validation date in next 30 days
  • Excel Data validation exists in list
  • Excel Data validation must not contain

IS functions: ISBLANK, ISERR, ISERROR, ISLOGICAL, ISNA, ISNONTEXT, ISNUMBER, ISREF, ISTEXT

by

What is IS function in Excel?

IS functions, ISBLANK, ISERR, ISERROR, ISLOGICAL, ISNA, ISNONTEXT, ISNUMBER, ISREF, ISTEXT are under the Information functions in Microsoft Excel.

Each of these functions, referred to collectively as the IS functions, checks the specified value and returns TRUE or FALSE depending on the outcome. For example, the ISBLANK function returns the logical value TRUE if the value argument is a reference to an empty cell; otherwise it returns FALSE.

You can use an IS function to get information about a value before performing a calculation or other action with it. For example, you can use the ISERROR function in conjunction with the IF function to perform a different action if an error occurs:

= IF( ISERROR(A1), “An error occurred.”, A1 * 2)

This formula checks to see if an error condition exists in A1. If so, the IF function returns the message “An error occurred.” If no error exists, the IF function performs the calculation A1*2.

Syntax of IS functions

ISBLANK(value)

ISNONTEXT(value)

ISNUMBER(value)

ISREF(value)

ISTEXT(value)

ISERR(value)

ISERROR(value)

ISLOGICAL(value)

ISNA(value)

The IS function syntax has the following argument:

  • value: The value that you want tested. The value argument can be a blank (empty cell), error, logical value, text, number, or reference value, or a name referring to any of these.
Worked Example:   How to check if cell contains all of many things in Excel
Function Returns TRUE if
ISBLANK Value refers to an empty cell.
ISNA Value refers to the #N/A (value not available) error value.
ISNONTEXT Value refers to any item that is not text. (Note that this function returns TRUE if the value refers to a blank cell.)
ISERR Value refers to any error value except #N/A.
ISERROR Value refers to any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!).
ISREF Value refers to a reference.
ISTEXT Value refers to text.
ISLOGICAL Value refers to a logical value.
ISNUMBER Value refers to a number.

IS functions explanation

  • The value arguments of the IS functions are not converted. Any numeric values that are enclosed in double quotation marks are treated as text. For example, in most other functions where a number is required, the text value “19” is converted to the number 19. However, in the formula ISNUMBER(“19”), “19” is not converted from a text value to a number value, and the ISNUMBER function returns FALSE.
  • The IS functions are useful in formulas for testing the outcome of a calculation. When combined with the IF function, these functions provide a method for locating errors in formulas (see the following examples).
Worked Example:   Count cells that do not contain many strings in Excel

Examples IS functions

Example 1

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Formula Description Result
=ISLOGICAL(TRUE) Checks whether TRUE is a logical value TRUE
=ISLOGICAL(“TRUE”) Checks whether “TRUE” is a logical value FALSE
=ISNUMBER(4) Checks whether 4 is a number TRUE
=ISREF(G8) Checks whether G8 is a valid reference TRUE
=ISREF(XYZ1) Checks whether XYZ1 is a valid reference FALSE
Worked Example:   Index and match on multiple columns in Excel

Example 2

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Data
Gold
Region1
#REF!
330.92
#N/A
Formula Description Result
=ISBLANK(A2) Checks whether cell A2 is blank. FALSE
=ISERROR(A4) Checks whether the value in cell A4, #REF!, is an error. TRUE
=ISNA(A4) Checks whether the value in cell A4, #REF!, is the #N/A error. FALSE
=ISNA(A6) Checks whether the value in cell A6, #N/A, is the #N/A error. TRUE
=ISERR(A6) Checks whether the value in cell A6, #N/A, is an error. FALSE
=ISNUMBER(A5) Checks whether the value in cell A5, 330.92, is a number. TRUE
=ISTEXT(A3) Checks whether the value in cell A3, Region1, is text. TRUE

Post navigation

Previous Post:

DCOUNT function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF, AND, OR and NOT Functions Examples in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel NOT Function

Date Time

  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • How to determine year is a leap year in Excel
  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate nth day of week in month in Excel
  • Two ways to sum time over 30 minutes in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Group arbitrary text values in Excel
  • If cell contains one of many things in Excel
  • Group numbers with VLOOKUP in Excel
  • Map inputs to arbitrary values in Excel

General

  • Check if range contains a value not in another range in Excel
  • Count cells that do not contain errors in Excel
  • How to calculate decrease by percentage in Excel
  • How to get amount with percentage in Excel
  • Subtotal by invoice number in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning