Use the MAXA function in WPS Office through 4 how-to topics, all available without membership; start from the How-to Index and follow the steps for function entry, parameter input, references, and result checks.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the MAXA function | Free |
| 2 | 2. Fill in parameters with the syntax prompt | Free |
| 3 | 3. Use cross-sheet references in MAXA | Free |
| 4 | 4. Combine nested calculations and check updated results | Free |
How-to Guide
1. Enter the MAXA function
Entry: Formulas tab → formula bar
- Open your spreadsheet and select the cell where you want to enter the formula.
- Type
=in the formula bar or directly in the cell. - Type
MAXA(. - Get ready to enter the function parameters.
Success Criteria
- The selected cell is in formula entry mode.
- The formula starts with
=MAXA(.
Tips While Using
- Start the formula with
=.- For longer formulas, use the formula bar so the full expression is easier to review.
2. Fill in parameters with the syntax prompt
Entry: Continue editing after typing MAXA(
- Type
MAXA(and review the syntax prompt that appears. - Check the parameter requirements and example shown in the prompt.
- Enter the required parameters in order.
- Press Enter to confirm the formula.
Success Criteria
- The cell shows a calculation result.
- The formula matches the parameter guidance shown in the syntax prompt.
Tips While Using
- Check that the parentheses are paired correctly.
- Parameters are commonly separated with commas, and some versions also support semicolons.
3. Use cross-sheet references in MAXA
Entry: Formula bar
- Select the target cell and type
=MAXA(. - Move to the worksheet that contains the data you want to reference.
- Select the cell or range to include in the calculation.
- Complete the remaining parameters and press Enter.
Success Criteria
- The formula includes a reference to another worksheet.
- The result is displayed correctly in the current worksheet.
Tips While Using
- Confirm the data location in the referenced worksheet before finishing the formula.
- If the result looks incorrect, review the referenced range again.
4. Combine nested calculations and check updated results
Entry: Formula bar
- Add another function or expression inside the MAXA formula when needed.
- Check the order of parameters and the nesting of parentheses.
- Press Enter to complete the formula.
- Change the referenced data and review whether the result updates automatically.
Success Criteria
- The formula returns a result normally.
- The result changes after the source data changes.
Tips While Using
- For longer nested formulas, review the parentheses and parameters section by section.
- If needed, press F9 to trigger recalculation manually.