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

Data Analysis

  • Filter Data Based on Date in Excel
  • Understanding Anova in Excel
  • How to calculate current stock or inventory in Excel
  • How To Create Pareto Chart in Excel
  • How to sum a total in multiple Excel tables

References

  • How to get first row number in range in Excel
  • How to use Excel ROWS Function
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • Excel Advanced Lookup using Index and Match Functions
  • How to get last column number in range in Excel

Data Validations

  • Excel Data validation unique values only
  • Excel Data validation number multiple 100
  • Excel Data validation specific characters only
  • Excel Data validation whole percentage only
  • Excel Data validation with conditional list

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

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Complete List of Excel Logical Functions, References and Examples
  • IF with boolean logic in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • How to use Excel NOT Function

Date Time

  • Get work hours between dates and times in Excel
  • Roll back weekday to Friday base on a particular date in Excel
  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • Display Date is workday in Excel
  • Get day name from date in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel
  • Group numbers with VLOOKUP in Excel
  • Group times into 3 hour buckets in Excel
  • Categorize text with keywords in Excel

General

  • Excel Autofill Cell Ranges, Copy, Paste
  • Print Excel Sheet In Landscape Or Portrait
  • Basic numeric sort formula in Excel
  • Hide and Unhide Columns or Rows in Excel
  • Spell Check in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning