This FAQ covers 3 common question types about formula errors, argument entry, and result checks when using MAX in WPS on Windows.
FAQ
Why does the MAX function return an error after I enter it?
- Check whether the formula starts with
=. - Check whether the parentheses, commas, and references are complete.
- Confirm that the referenced fields or cells contain numeric values that can be calculated.
Can I use MAX together with other functions?
- Confirm that the outer and inner functions use compatible argument types.
- If MAX is used as an argument inside another function, test MAX by itself first.
- After combining formulas, check the parenthesis levels and argument order again.
Will the MAX result update after I change the source data?
- If the formula range includes the edited cells, the result updates when the data changes.
- After editing, compare the result with the source data again to confirm the current maximum.
- If the result does not change, check whether the edited data is inside the referenced range.
Glossary
| Term | Definition |
|---|---|
| MAX | A function that returns the largest value in a set of numbers. |
| Argument | A value, cell, or range inside a function that defines what the formula calculates. |
| Range reference | A specified group of cells in a formula, such as A1:A100. |