DMIN in WPS on Windows FAQ

Last updated:July 17, 2026

Common DMIN questions usually involve input errors, syntax guidance, and incorrect results; this FAQ includes 3 common questions and 3 glossary terms.

FAQ

What should I do if the DMIN function shows an error after I enter it?

  1. Check whether the formula starts with =.
  2. Make sure the parentheses are complete and the parameters are separated correctly.
  3. Use the syntax prompt to verify the parameter type and count.

How can I view the DMIN function description?

  1. Select any editable cell.
  2. Type =DMIN(.
  3. Review the syntax prompt and example shown automatically.

What should I do if the DMIN result is incorrect?

  1. Check whether referenced cells contain numbers stored as text.
  2. Check for circular references or an incorrect criteria range.
  3. Press F9 to recalculate and review the parameters and references again.

Glossary

TermDefinition
DMINA database function that returns the smallest numeric value among records that meet specified criteria.
Criteria rangeThe cell range used to define the conditions that determine which records are included in the calculation.
Cross-sheet referenceA formula reference that points to cells or ranges on another worksheet.