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

Data Analysis

  • Get column index in Excel Table
  • Error Bars in Excel
  • Get column name from index in Excel Table
  • How To Remove Duplicates In Excel Column Or Row?
  • Data Series in Excel

References

  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to get relative row numbers in a range in Excel
  • Merge tables with VLOOKUP in Excel
  • How to get last row in mixed data with blanks in Excel

Data Validations

  • Data validation must not exist in list
  • Excel Data validation date in next 30 days
  • Prevent invalid data entering in specific cells
  • How To Create Drop-down List in Excel
  • Excel Data validation require unique number

Match next highest value in Excel

by

This tutorial shows how to Match next highest value in Excel using the example below;

Formula

=INDEX(data,MATCH(lookup,values)+1)

Explanation

To match the “next highest” value in a lookup table, you can use a formula based on INDEX and MATCH. In the example shown, the formula in F6 is:

=INDEX(level,MATCH(F4,points)+1)

where “level” is the named range C5:C9, and “points” is the named range B5:B9.

How this formula works

This formula is a standard version of INDEX + MATCH with a small twist.

Working from the inside out, MATCH is used find the correct row number for the value in F4, 2100. Without the third argument, match_type, defined, MATCH defaults to approximate match and returns 2.

The small twist is that we add 1 to this result to override the matched result and return 3 as the row number for INDEX.

With level (C5:C9) supplied as the array, and 3 as the row number, INDEX returns “Gold”:

=INDEX(level,3) // returns Gold

Another option

The above approach works fine for simple lookups. If you want to use MATCH to find the “next largest” match in more traditional way, you can sort the lookup array in descending order, and use MATCH as described on this page.

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

  • Complete List of Excel Logical Functions, References and Examples
  • How to use IFS function in Excel
  • How to use Excel FALSE Function
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Extract multiple matches into separate rows in Excel

Date Time

  • How to calculate Quarter of Date in Excel
  • DATE function: Description, Usage, Syntax, Examples and Explanation
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • How to show last updated date stamp in Excel
  • How to calculate project start date based on end date in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Group arbitrary text values in Excel
  • How to randomly assign data to groups in Excel
  • Map text to numbers in Excel
  • Running count group by n size in Excel

General

  • How to add sequential row numbers to a set of data in Excel
  • Basic numeric sort formula in Excel
  • Check if multiple cells have same value in Excel
  • AutoRecover file that was never saved in Excel
  • With vs Without Array Formula in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning