How to Use the MAX Function in WPS on Windows

Last updated:July 13, 2026

Use MAX through 3 how-to topics: insert it from the Insert Function dialog, type the formula directly in a cell, or review syntax and arguments before use; all 3 topics are available without membership.

How-to Index

How-to Guide

1. Insert MAX through the Insert Function dialog

Entry point: Formulas tab → Insert Function

  1. Select the cell where you want to enter the formula.
  2. Click the fx button in the formula bar, or click Insert Function on the Formulas tab.
  3. Search for MAX in the dialog box.
  4. Select the function and click OK.
  5. Enter the required arguments in the Function Arguments dialog box.
  6. Click OK to finish entering the function.

Success Criteria

  • Interface result: The target cell shows the MAX formula result.
  • What you can do next: You can continue editing arguments, copy the formula, or fill it down.

Tips While Using

  • Common mistake: If the arguments include text or incorrect references, the result may not match your expectation.
  • Environment note: Keep a network connection available if you need online help.

2. Type the formula directly in a cell

Entry point: Cell → Formula bar

  1. Select the cell where you want to enter the formula.
  2. Type =MAX(...) directly in the cell or in the formula bar.
  3. Press Enter to confirm.
  4. If you need to adjust the range, edit the arguments or referenced cells in the formula.

Success Criteria

  • Interface result: The cell returns the largest value in the current argument range.
  • What you can do next: You can drag the fill handle to apply the formula to other cells.

Tips While Using

  • Common mistake: Incorrect parentheses, commas, or range references can affect the calculation result.
  • Environment note: Make sure the referenced cells contain numeric values before calculation.

3. Review syntax and argument details

Entry point: Formulas tab → Insert Function

  1. Click Insert Function on the Formulas tab.
  2. Enter MAX in the search box.
  3. Select the function to review its syntax and argument details.
  4. Confirm the number of arguments, reference method, and input format before using the formula.

Success Criteria

  • Interface result: You can view the MAX function name, syntax, and argument details.
  • What you can do next: You can return to the worksheet and continue entering or editing the formula.

Tips While Using

  • Common mistake: Checking only the function name without confirming the full argument range can lead to incomplete references.