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

Data Analysis

  • How to create Gauge Chart in Excel
  • Understanding Anova in Excel
  • Reverse List in Excel
  • How to create dynamic reference table name in Excel
  • How to count table columns in Excel

References

  • Count unique text values with criteria
  • How to get last row in text data in Excel
  • To count total rows in a range in Excel
  • Find closest match in Excel
  • Count rows with at least n matching values

Data Validations

  • Prevent invalid data entering in specific cells
  • Data validation must not exist in list
  • Excel Data validation require unique number
  • Excel Data validation date in specific year
  • Excel Data validation no punctuation

Match first error in Excel

by

This tutorial shows how to Match first error in Excel using the example below;

Formula

{=MATCH(TRUE,ISERROR(range),0)}

Explanation

If you need to match the first error in a range of cells, you can use an array formula based on the MATCH and ISERROR functions.

In the example shown, the formula is:

{=MATCH(TRUE,ISERROR(B4:B11),0)}

This is an array formula, and must be entered using Control + Shift + Enter (CSE).

How this formula works

Working from the inside out, the ISERRROR function returns TRUE when a value is a recognized error, and FALSE if not.

When given a range of cells (an array of cells) ISERROR function will return an array of TRUE/FALSE results. In the example, this resulting array looks like this:

{FALSE;FALSE;FALSE;FALSE;FALSE;TRUE;FALSE;FALSE}

Note that the 6th value (which corresponds to the 6th cell in the range) is TRUE, since cell B9 contains #N/A.

The MATCH function is configured to match TRUE in exact match mode. It finds the first TRUE in the array created by ISERROR and returns the position. If no match is found, the MATCH function itself returns #N/A.

Finding the first NA error

The formula above will match any error. If you want to match the first #N/A error, just substitute ISNA for ISERROR:

{=MATCH(TRUE,ISNA(B4:B11),0)}

Post navigation

Previous Post:

How to use Excel CHOOSE Function

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

  • How to use Excel NOT Function
  • Check multiple cells are equal in Excel
  • How to use Excel XOR Function
  • SWITCH function example in Excel
  • IF, AND, OR and NOT Functions Examples in Excel

Date Time

  • How to show last updated date stamp in Excel
  • Calculate time difference in hours as decimal value in Excel
  • Next biweekly payday from date in Excel
  • How to calculate Day of the Year in Excel
  • Sum through n months in Excel

Grouping

  • If cell contains one of many things in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel

General

  • Count cells that do not contain many strings in Excel
  • 231 Keyboard Shortcut Keys In Excel
  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
  • AutoRecover file that was never saved in Excel
  • Find, Select, Replace and Go To Special in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning