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

Data Analysis

  • How to sum a total in multiple Excel tables
  • How to Create Thermometer Chart in Excel
  • How to create a Histogram in Excel
  • How to create running total in an Excel Table
  • How to create Gauge Chart in Excel

References

  • Count rows with at least n matching values
  • Basic INDEX MATCH approximate in Excel
  • Multi-criteria lookup and transpose in Excel
  • Create hyperlink with VLOOKUP in Excel
  • How to get last row in mixed data with blanks in Excel

Data Validations

  • Excel Data validation whole percentage only
  • Excel Data validation must contain specific text
  • Data validation must not exist in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation with conditional list

INDEX and MATCH descending order in Excel

by

This tutorial shows how to calculate INDEX and MATCH descending order in Excel using the example below;

Formula

=INDEX(range1,MATCH(lookup,range2,-1))

Explanation

To retrieve values from a table where lookup values are sorted in descending order [Z-A] you can use INDEX and MATCH, with MATCH configured for approximate match using a match type of -1. In the example shown, the formula in F5 is:

=INDEX(C5:C9,MATCH(F4,B5:B9,-1))

where values in B5:B9 are sorted in descending order.

Context

Suppose you have a product that is sold in rolls of 100 feet, and orders are allowed in whole rolls only. For example, if you need 200 feet of material, you need two rolls total, and if you need 275 feet, you’ll need to buy three rolls. In this case, you want the formula to return the “next highest” tier whenever you cross over an even multiple of 100.

How this formula works

This formula uses -1 for match type to allow an approximate match on values sorted in descending order. The MATCH part of the formula looks like this:

MATCH(F4,B5:B9,-1)

Using the lookup value in cell F4, MATCH finds the first value in B5:B9 that is greater than or equal to the lookup value. If an exact match is found, MATCH returns the relative row number for that match. When no exact match is found, MATCH continues through the values in B5:B9 until a smaller value is found, then it “steps back” and returns the previous row number.

In the example shown, the lookup value is 275, so MATCH returns a row number of 3 to INDEX:

=INDEX(C5:C9,3)

The INDEX function then returns the third value in the range C5:C9, which is $383.

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

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

  • AND function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • Nested IF function example in Excel
  • Excel If, Nested If, And/Or Criteria Examples
  • Check multiple cells are equal in Excel

Date Time

  • Display Days in month in Excel
  • Roll back weekday to Friday base on a particular date in Excel
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation
  • Series of dates by day
  • Convert decimal minutes to Excel time

Grouping

  • Map inputs to arbitrary values in Excel
  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into unequal buckets in Excel
  • Group arbitrary text values in Excel

General

  • How to password protect excel sheet?
  • Mark Workbook as Final in Excel
  • How to generate random date between two dates in Excel
  • How to generate random number between two numbers in Excel
  • Count cells that do not contain errors in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning