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

Data Analysis

  • Create Scatter Chart in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How To Filter Data in Excel
  • Working With Tables in Excel
  • How to calculate current stock or inventory in Excel

References

  • How to use Excel ROW Function
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to get last row in mixed data with blanks in Excel
  • Count rows that contain specific values in Excel
  • Find closest match in Excel

Data Validations

  • Data validation must not exist in list
  • How To Create Drop-down List in Excel
  • Excel Data validation date in next 30 days
  • Prevent invalid data entering in specific cells
  • Excel Data validation don’t exceed total

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.

Worked Example:   Find Closest Match in Excel Using INDEX, MATCH, ABS 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.

Worked Example:   How to get first row number in range in Excel

Post navigation

Previous Post:

Weighted average in Excel

Next Post:

Win loss points calculation 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
  • Extract multiple matches into separate rows in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • Nested IF function example in Excel

Date Time

  • How to calculate nth day of year in Excel
  • Count times in a specific range in Excel
  • Assign points based on late time in Excel
  • Convert Excel time to decimal seconds
  • Display the current date in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • Calculate conditional mode with criteria in Excel

General

  • How to fill cell ranges with random text values in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • How to calculate percent of goal in Excel
  • How to generate random times at specific intervals in Excel
  • List sheet names with formula in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning