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

Data Analysis

  • Randomize/ Shuffle List in Excel
  • How to do a t-Test in Excel?
  • Conditional Formatting New Rule with Formulas in Excel
  • How to calculate current stock or inventory in Excel
  • Reverse List in Excel

References

  • How to get address of first cell in range in Excel
  • How to use Excel TRANSPOSE Function
  • How to create dynamic named range with OFFSET in Excel
  • How to use Excel INDIRECT Function
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • How To Create Drop-down List in Excel
  • Excel Data validation with conditional list
  • Excel Data validation require unique number
  • Excel Data validation unique values only
  • Excel Data validation number multiple 100

Lookup lowest value in Excel

by

This tutorial shows how to Lookup lowest value in Excel using the example below;

Formula

=INDEX(range,MATCH(MIN(vals),vals,0))

Explanation

To lookup information associated with the lowest value in table, you can use a formula based on INDEX, MATCH, and MIN functions.

In the example shown, a formula is used to identify the name of the contractor with the lowest bid. The formula in F6 is:

=INDEX(B5:B9,MATCH(MIN(C5:C9),C5:C9,0))

How this formula works

Working from the inside out, the MIN function is used to find the lowest bid in the range C5:C9:

MIN(C5:C9) // returns 99500

The result, 99500, is fed into the MATCH function as the lookup value:

MATCH(99500,C5:C9,0) // returns 4

Match then returns the location of this value in the range, 4, which goes into INDEX as the row number along with B5:B9 as the array:

=INDEX(B5:B9, 4) // returns Cymbal

The INDEX function then returns the value at that position: Cymbal.

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
  • OR function Examples in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • IF, AND, OR and NOT Functions Examples in Excel

Date Time

  • Get days, months, and years between dates in Excel
  • Create date range from two dates in Excel
  • Add business days to date in Excel
  • HOUR function: Description, Usage, Syntax, Examples and Explanation
  • Calculate total hours that fall between two times in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • Map text to numbers in Excel
  • How to randomly assign data to groups in Excel
  • Calculate conditional mode with criteria in Excel
  • Categorize text with keywords in Excel

General

  • 44 Practical Excel IF function Examples
  • How to Delete Cells, Row and Rows in Excel
  • How to fill cell ranges with random text values in Excel
  • List worksheet index numbers in Excel
  • How to Insert Cells, Row and Rows in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning