ADVERTISEMENT
  • About
  • Advertise
  • Privacy & Policy
  • Contact
Office Learner
ADVERTISEMENT
  • Home
  • Browse by Category
    • Word
      • Word Basics
      • Word Data Entry
      • Word Formatting
      • Word Templates
      • Word Tips
    • Excel
      • Excel Basics
      • Excel Shortcuts
      • Excel Charts
      • Data Validation
      • Conditional Formatting
      • Data Analysis with Excel
      • Dynamic Arrays
      • Advanced Excel Topics
      • Developing Excel Related Tools
      • Essential Excel Books
      • Excel for Accountants
      • Excel for Finance
      • Excel Functions and Formulas
      • Excel Pivot Tables
      • Excel Power BI
      • Excel Power Query
      • Excel Templates
      • Excel Training & Courses
      • Macros and Excel VBA
    • PowerPoint
      • Animation
      • PowerPoint Basics
      • PowerPoint Templates
  • About
  • Office Books
  • Courses
No Result
View All Result
  • Home
  • Browse by Category
    • Word
      • Word Basics
      • Word Data Entry
      • Word Formatting
      • Word Templates
      • Word Tips
    • Excel
      • Excel Basics
      • Excel Shortcuts
      • Excel Charts
      • Data Validation
      • Conditional Formatting
      • Data Analysis with Excel
      • Dynamic Arrays
      • Advanced Excel Topics
      • Developing Excel Related Tools
      • Essential Excel Books
      • Excel for Accountants
      • Excel for Finance
      • Excel Functions and Formulas
      • Excel Pivot Tables
      • Excel Power BI
      • Excel Power Query
      • Excel Templates
      • Excel Training & Courses
      • Macros and Excel VBA
    • PowerPoint
      • Animation
      • PowerPoint Basics
      • PowerPoint Templates
  • About
  • Office Books
  • Courses
No Result
View All Result
Office Learner
No Result
View All Result
Home Excel

How to Use DMIN Function in Excel (4 Suitable Examples)

Md Abu Sayeed Chowdhury Abir by Md Abu Sayeed Chowdhury Abir
May 23, 2026
in Excel, Excel Functions and Formulas
0
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

In many situations, we need to use the DMIN function to find the minimum value in a range of cells based on criteria. In the following article, we will describe 4 easy uses of the DMIN function in Excel.

Download Practice Workbook

You can download the Excel file and practice while reading this article.

DMIN Function.xlsx

Overview of Excel DMIN Function

Here, we will discuss the overview of the DMIN function.

Advertisement. Scroll to continue reading.

Summary

 The DMIN function helps to determine the minimum value for a field/column based on user-specified criteria.

Syntax

 =DMIN(database, field, criteria)

Arguments

Argument
Required/Optional
Explanation

Database
Required
The database is the array, where the 1st row of the database identifies the name of the field.

Field
Required
It specifies the column to use in the function

Criteria
Required
Criteria hold the condition we apply

Return Value

The DMIN function will give an output of a numerical value.

Version

The DMIN function was first introduced in  Excel 2000, and it is available in every Excel version after that.

 Note

You can select any array for the criteria. However, to identify the condition, the array must include at least 1 column label and one cell below it.
You should not place the criteria below the list.
One thing must be remembered, the criteria should not overlap the list.
To perform an operation on an entire column in a database, enter a blank line after the column labels.

4 Easy Examples of Using DMIN Function in Excel

In the following dataset, you can see the Product, Store, Quantity, Unit Price, and Total Price columns. Further using this dataset, we will describe 4 easy and suitable examples for the DMIN function in Excel. Here, we used Excel 365. You can use any available Excel version.

1. Applying DMIN Function for Single Criteria

In this method, we will use the DMIN function for a single criterion.
Here, we want to find the Minimum Total for the product Laptop.
Therefore, you can see the criteria in cell B15:B16.

Steps:

First of all, we will type the following formula in cell C18.

=DMIN(B4:F12,”Total Price”,B15:B16)

Formula Breakdown

B4:F12 is the database
we typed “Total Price” for the Field.
B15:B16 is the criteria.
DMIN(B4:F12,”Total Price”,B15:B16) becomes

Output: $600

 At this point, press ENTER.
Hence, you can see the result in cell C18.

Read More: How to Use Database Functions in Excel (With Examples)

2. Use of Index Number As Field Argument in DMIN Function

Here, we will use an index for the Field in the DMIN function. The criteria are the same as in the previous example.

Steps:

First, we will type the following formula in cell C18.

=DMIN(B4:F12,5, B15:B16)

Here, for the Field, we simply type the Index number 5.

Then, press ENTER.
As a result, you can see the output in cell C18.

Read More: How to Use DCOUNT Function in Excel (5 Suitable Examples)

3. Employing DMIN Function for Multiple Criteria

In this method, we will use the DMIN function for multiple criteria.
Here, we want to find the Minimum Total for the product Monitor, and the Quantity is 2.
Therefore, you can see the criteria in cell B15:C16.

ADVERTISEMENT

Steps:

First of all, we will type the following formula in cell C18.

=DMIN(B4:F12,”Total Price”,B15:C16)

Moreover, press ENTER.
Therefore, you can see the result in cell C18.

Read More: How to Use DSUM Function with Multiple Criteria in Excel

4. Use of DMIN Function to Get a Result for Case-Sensitive Match

The DMIN function is not case-sensitive. To make the DMIN function case-sensitive, we will use the MATCH and EXACT functions in the DMIN function.
Here, we will find out the Minimum Unit Price, and you can see the multiple criteria in cells B15:C16.

Steps:

First of all, we will type the following formula in cell C18.

=DMIN(B4:F12,MATCH(TRUE,EXACT(“Unit Price”,B4:F4),0),B15:C16)

Formula Breakdown

EXACT(“Unit Price”, B4:F4) → the EXACT function checks if two text strings are identical, and returns TRUE or FALSE.

Output: {FALSE, FALSE, FALSE, TRUE, FALSE}

 MATCH(TRUE, EXACT(“Unit Price”, B4:F4),0) → the MATCH function finds out a specific item in a range of cells.
MATCH(TRUE,EXACT(“Unit Price”,B4:F4),0) → becomes

MATCH(TRUE,{FALSE,FALSE,FALSE,TRUE,FALSE},0)

Output: 4

DMIN(B4:F12,MATCH(TRUE,EXACT(“Unit Price”,B4:F4),0),B15:C16) → becomes

DMIN(B4:F12,4,B15,C16)

Output: $250.

Later, press ENTER.
Therefore, you can see the result in cell C18.

Read More: How to Determine If a Number Is Even in Excel (4 Suitable Ways)

Practice Section

You can download the above Excel file and practice the explained methods.

Conclusion

Here, we show you 4 easy examples of using the DMIN function in Excel. Thank you for reading this article. We hope it was helpful. If you have any queries, please let us know in the comment section. You can visit our website Exceldemy for more related articles.

Related Articles

How to Use DOLLAR Function in Excel (5 Suitable Examples)
Can Excel DGET Return Multiple Records [See 4 Solutions]
How to Use EDATE Formula for Days (3 Ideal Examples)

The post How to Use DMIN Function in Excel (4 Suitable Examples) appeared first on ExcelDemy.

ADVERTISEMENT
Previous Post

How to Use DSTDEV Function in Excel (3 Practical Examples)

Next Post

Automatic Ways to Scale Excel Chart Axis (2 Suitable Ways)

Md Abu Sayeed Chowdhury Abir

Md Abu Sayeed Chowdhury Abir

Next Post

Automatic Ways to Scale Excel Chart Axis (2 Suitable Ways)

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Stay Connected test

  • 86.2k Followers
  • 23.9k Followers
  • 99 Subscribers
ADVERTISEMENT
  • Trending
  • Comments
  • Latest
The Evolution of Microsoft Word: A Brief History

The Evolution of Microsoft Word: A Brief History

May 3, 2023

How to Merge and Center Selected Cells in Excel (4 Ways)

February 5, 2023
How to Use Excel SUMIF to Sum Values Greater Than 0

How to Merge Cells in Excel Without Merging Actually

May 3, 2023

How to Create a Weighted Sales Pipeline in Excel

February 5, 2023
Spreadsheet Layout

What is spreadsheet? and how it works!

0
Spreadsheet Layout

Spreadsheet Layout

0
Spreadsheet Layout

IF function of Google Sheets – usage and formula examples

0

5 Google Sheets tricks that you always need!

0

How to Create Material Reconciliation Format in Excel

May 23, 2026

How to Create Radar Chart with Radial Lines in Excel

May 23, 2026

How to Draw 3-Axis Scatter Plot in Excel (with Easy Steps)

May 23, 2026

[Fixed!] Excel MATCH Function Not Working

May 23, 2026

Recent News

How to Create Material Reconciliation Format in Excel

May 23, 2026

How to Create Radar Chart with Radial Lines in Excel

May 23, 2026

How to Draw 3-Axis Scatter Plot in Excel (with Easy Steps)

May 23, 2026

[Fixed!] Excel MATCH Function Not Working

May 23, 2026
Office Learner

OfficeLearner is a place where you can learn PowerPoint, Excel, Word Data Analysis, and other Office related programs. We provide tips, how to guide and also provide Excel solutions to your business problems

Follow Us

DMCA.com Protection Status

Browse by Category

  • Advanced Excel Topics
  • Copilot
  • Copilot / AI
  • Copilot / M365
  • Copilot Studio
  • Excel
  • Excel / Copilot
  • Excel Basics
  • Excel Functions and Formulas
  • Forms / Excel
  • Loop
  • Loop / Collaboration
  • OneNote
  • OneNote / Copilot
  • Outlook
  • Outlook / Copilot
  • Power Automate
  • Power Automate / Copilot
  • PowerPoint
  • PowerPoint / Copilot
  • PowerPoint Basics
  • SharePoint
  • SharePoint / Copilot
  • Teams
  • Teams / Copilot
  • Uncategorized
  • Word
  • Word / Copilot
  • Word Basics
  • Word Tips

Recent News

How to Create Material Reconciliation Format in Excel

May 23, 2026

How to Create Radar Chart with Radial Lines in Excel

May 23, 2026
  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2022 OfficeLearner - Free Excel, PowerPoint & Word Tutorial & Online Courses

No Result
View All Result

© 2022 OfficeLearner - Free Excel, PowerPoint & Word Tutorial & Online Courses

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.