When using MAX, the most common questions usually fall into 3 areas: formula errors, function guidance, and unexpected results; the answers below help you troubleshoot quickly.
FAQ
What should I do if the MAX function shows an error after I enter it?
- Check whether the formula starts with
=. - Check whether the parentheses after
MAX(are complete. - Check whether the number, type, and separator of parameters are correct.
- Review the syntax guidance shown during entry, then correct the formula and press Enter again.
How can I view the instructions for the MAX function?
- Select any editable cell.
- Type
=MAX(. - Review the automatic syntax guidance that appears.
- Confirm the parameter requirements and example format from the prompt.
Why is the MAX result incorrect?
- Check whether the referenced range contains text-formatted numbers.
- Check whether the formula refers to the wrong cells or worksheet.
- Check whether there is a logic issue in a nested formula.
- Reconfirm the parameters and calculate again to see whether the result updates.
Glossary
| Term | Definition |
|---|---|
| MAX | A statistical function that returns the largest value in a set of numbers. |
| Parameter | A number, cell, range, or reference used by a function in a calculation. |
| Syntax guidance | The parameter format and example prompt shown while entering a function to help complete the formula correctly. |