MINIFS in WPS on Windows FAQ

Last updated:July 13, 2026

When using MINIFS in WPS Spreadsheet, the most common questions focus on errors, unexpected results, and filling formulas across cells; this section covers 3 frequent questions.

FAQ

Why does MINIFS show a #VALUE! error after I enter it?

  1. Check whether min_range and each criteria_range have matching size and shape.
  2. Check whether the cells used in the calculation contain text, extra spaces, or inconsistent formatting.
  3. Clean the data if needed, then re-enter or adjust the formula.

Why is the MINIFS result different from what I expected?

  1. Check whether each condition is written correctly, including text conditions, comparison operators, and referenced cells.
  2. Confirm that the cells used for the calculation are stored as numeric values.
  3. Review whether every criteria range matches the intended minimum-value range.

How can I use MINIFS in multiple cells at once?

  1. Enter the MINIFS formula in the first target cell.
  2. Drag the fill handle downward, or copy and paste the formula into other cells.
  3. Use $ for absolute references when needed so the ranges do not shift unexpectedly.

Glossary

TermDefinition
MINIFSA function that returns the minimum value in a range after one or more conditions are applied.
min_rangeThe target range from which the minimum value is returned.
criteria_rangeA range used to test whether a condition is met.
criterionThe specific condition applied to a criteria range, such as a number, text value, or comparison expression.