DMIN
Definition: DMIN is a function that returns the minimum value in a database that meets a specified condition.
Syntax: =DMIN(database, field, criteria)
Situation: This formula is suitable when you need to find the minimum value in a database that meets a specified condition.
Example: If you have a database with employee information and want to find the minimum salary for employees with a tenure greater than 5 years, the formula =DMIN(A1:D10, “Salary”, {“Tenure”, “>5”}) can be used.