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
WEEKDAY
Determining the day of the week from a date
Learn moreEVEN
Rounding a number up to the nearest even integer for pairing or batching
Learn moreLEFT
Extracting characters from the start of a text string
Learn moreDGET
Extracting a single value from a database that matches specific criteria
Learn moreHEX2OCT
Converting a hexadecimal number to octal format for specific numerical system transformations
Learn morePI
Inserting the value of π for circular or trigonometric calculations
Learn moreISERR
Checking if a value is any error except #N/A
Learn moreUPPER
Converting text to uppercase for standardization
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.