DMIN Google Sheet Formula
Generate Google Sheet DMIN Formulas in seconds
Interactive Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
DMIN Formula Syntax
Example Use Case
Finding the minimum value in a database column that matches specific criteria
Understanding the DMIN Formula
The DMIN function in Excel finds the minimum value in a database column among records that match specified criteria. It's a database query tool for filtered minimums—like identifying the lowest price for a particular product category or the earliest date in a transaction set.
DMIN(database, "Price", criteria_range) returns the lowest value in the Price column from records that meet conditions defined in the criteria range. It takes database, field, and criteria arguments, applying criteria-based filtering before finding the minimum—perfect for identifying bargains, efficiency leaders, or baseline metrics within specific segments.
Why Use DMIN?
DMIN enables filtered minimum finding—think best value analysis or threshold detection. Its ability to apply multiple criteria simultaneously allows for nuanced filtering, supporting complex data analysis to identify minimum values in precisely defined subsets of your data.
Example with Sample Data
Scenario | Formula | Result |
---|---|---|
Lowest price in Electronics category | =DMIN(A1:F100, "Price", G1:H2) | $12.99 |
Earliest order date for customer C1045 | =DMIN(A1:F100, "OrderDate", G4:H5) | 1/15/2023 |
Lowest delivery time (days) for Premium shipping | =DMIN(A1:F100, "DeliveryDays", G7:H8) | 1 |
DMIN finds bottom values: $12.99 lowest electronic item price, 1 day minimum delivery for Premium shipping. The criteria range defines conditions that must be met for records to be considered in the minimum calculation. It's a selective minimum finder.
Explore More Google Sheet Formulas
COUNTBLANK
Counting empty cells in a range for data gap analysis
Learn moreAVERAGE
Finding the mean of a range of numbers for statistical analysis
Learn moreFALSE
Returning the logical value FALSE for conditional formulas
Learn moreCOUNTA
Counting non-empty cells in a range for completeness checks
Learn moreFIXED
Formatting a number as text with fixed decimals
Learn moreIMREAL
Extracting the real coefficient from a complex number for complex number analysis
Learn moreASIN
Determining the angle (in radians) from a sine value for trigonometric problems
Learn moreHLOOKUP
Looking up a value in the top row and returning a value from a specified row
Learn moreUnlock the Full Power of Sheet Alchemy
Get access to all our formula generators, script generators, and conversion tools with a free Sheet Alchemy account.