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

Data Analysis

  • Reverse List in Excel
  • Conditional Formatting Rules in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Get column index in Excel Table

References

  • How to use Excel ROWS Function
  • Get nth match with INDEX / MATCH in Excel
  • How to use Excel MMULT Function
  • Count rows with at least n matching values
  • Perform case-sensitive Lookup in Excel

Data Validations

  • Excel Data validation specific characters only
  • Prevent invalid data entering in specific cells
  • Excel Data validation only dates between
  • Excel Data validation exists in list
  • Data validation must not exist in list

Count Errors in Excel

by

IF function and ISERROR function are used to check for an error in Excel.

This example shows you how to create an array formula that counts the number of errors in a range.

1. We use the IF function and the ISERROR function to check for an error in the record below:

Explanation: the IF function returns 1, if an error is found. If not, it returns an empty string.

2. To count the errors (don’t be overwhelmed), we add the COUNT function and replace A1 with A1:C3.

3. Finish by pressing CTRL + SHIFT + ENTER.

Note: The formula bar indicates that this is an array formula by enclosing it in curly braces {}. Do not type these yourself. They will disappear when you edit the formula.

Explanation: The range (array constant) created by the IF function is stored in Excel’s memory, not in a range. The array constant looks as follows:

{1,””,1;””,””,””;””,””,1}

This array constant is used as an argument for the COUNT function, giving a result of 3.

4. To count specific errors, use the COUNTIF function. For example, count the number of cells that contain the #DIV/0! error.

Post navigation

Previous Post:

VLOOKUP without #N/A error in Excel

Next Post:

Manipulating text strings using Left, Mid, Right, Len, Substitute 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

  • How to use IFS function in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • Invoice status with nested if in Excel
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • How to calculate working days left in month in Excel
  • Calculate years between dates in Excel
  • How to calculate percent of year complete in Excel
  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • Count birthdays by month in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • Group times into unequal buckets in Excel
  • Group numbers at uneven intervals in Excel
  • Map text to numbers in Excel

General

  • How to get random value from list or table in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • How to increase by percentage in Excel
  • How to fill cell ranges with random number from fixed set of options in Excel
  • Sum by group in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning