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

Data Analysis

  • How to calculate current stock or inventory in Excel
  • Data Series in Excel
  • How to Create Thermometer Chart in Excel
  • How To Load Analysis ToolPak in Excel
  • Understanding Pivot Tables in Excel

References

  • How to calculate two-way lookup VLOOKUP in Excel Table
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel MMULT Function
  • Get nth match with INDEX / MATCH in Excel
  • How to use Excel ROWS Function

Data Validations

  • Excel Data validation no punctuation
  • Excel Data validation must contain specific text
  • Excel Data validation allow weekday only
  • Excel Data validation unique values only
  • Excel Data validation only dates between

Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions

by

To find the closest match to a target value in a data column, use the INDEX, MATCH, ABS and the MIN function in Excel.

Use the VLOOKUP function in Excel to find an approximate match.

1. The ABS function in Excel returns the absolute value of a number.

Explanation: C3-F2 equals -39. The ABS function removes the minus sign (-) from a negative number, making it positive. The ABS function has no effect on 0 (zero) or positive numbers.

2. To calculate the differences between the target value and the values in the data column, replace C3 with C3:C9.

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

{39;14;37;16;22;16;17}

3. To find the closest match, add the MIN function and 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. The array constant is used as an argument for the MIN function, giving a result of 14.

4. All we need is function that finds the position of the value 14 in the array constant. MATCH function to the rescue! Finish by pressing CTRL + SHIFT + ENTER.

Explanation: 14 (first argument) found at position 2 in the array constant (second argument). In this example, we use the MATCH function to return an exact match so we set the third argument to 0.

5. Use the INDEX function (two arguments) to return a specific value in a one-dimensional range. In this example, the name at position 2 (second argument) in the range B3:B9 (first argument).

6. Finish by pressing CTRL + SHIFT + ENTER.

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

  • IF with boolean logic in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • Excel If, Nested If, And/Or Criteria Examples
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • MINUTE function: Description, Usage, Syntax, Examples and Explanation
  • Get day name from date in Excel
  • Next biweekly payday from date in Excel
  • Calculate total hours that fall between two times in Excel
  • Get age from birthday in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign data to groups in Excel

General

  • How to count total number of cells in a rectangular range in Excel
  • How to count total columns in range in Excel
  • How to password protect excel sheet?
  • How to make excel worksheets print on one page?
  • AutoFit Column Width, AutoFit Row Height in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning