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
ATAN
Finding the angle (in radians) from a tangent value for trigonometric analysis
Learn moreSUM
Adding up a range of numbers for totals
Learn moreBIN2OCT
Converting a binary number to octal format
Learn moreWEEKDAY
Determining the day of the week from a date
Learn moreTRANSPOSE
Converting a vertical range to horizontal or vice versa
Learn moreCOLUMNS
Counting the number of columns in a range for dimension analysis
Learn moreDAY
Extracting the day of the month from a date value
Learn moreOFFSET
Creating dynamic references with a specified offset from a starting reference
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.
