How to Use the SUMXMY2 Function in WPS on Windows

Last updated:July 14, 2026

Use SUMXMY2 with 3 how-to topics, all available without membership; choose a topic from the How-to Index and follow the steps to insert the function, type it directly, or review its syntax.

How-to Index

How-to Guide

1. Enter SUMXMY2 through the Insert Function dialog box

Entry point: Formulas tab → Insert Function

  1. Select the cell where you want to place the formula.
  2. Click the fx button in the formula bar, or click Insert Function on the Formulas tab.
  3. Search for SUMXMY2 in the Insert Function dialog box.
  4. Select the function and click OK.
  5. Enter each argument in the Function Arguments dialog box.
  6. Click OK to insert the formula.

Success Criteria

  • The SUMXMY2 function appears in the target cell.
  • The array references are filled in.
  • The cell returns a calculation result after confirmation.

Tips While Using

  • Keep the two array ranges aligned with each other.
  • It is recommended to use numeric cells for the calculation.

2. Type the SUMXMY2 formula directly in a cell

Entry point: cell area → formula bar

  1. Select the cell where you want to enter the formula.
  2. Type =SUMXMY2(...) directly in the cell or in the formula bar.
  3. Press Enter to confirm.
  4. If you want to review the argument prompt, type =SUMXMY2( and press F1 to check the syntax hint.

Success Criteria

  • The formula is visible in the cell or formula bar.
  • Pressing Enter returns a result instead of plain text.
  • The formula can be filled down or copied to other cells.

Tips While Using

  • Use English commas to separate arguments.
  • If the result looks wrong, check the referenced ranges and data types first.

3. Check the function syntax and argument details

Entry point: Formulas tab → Insert Function

  1. Click Insert Function on the Formulas tab.
  2. Enter SUMXMY2 in the search box.
  3. Select the function and review the syntax: SUMXMY2(array_x, array_y).
  4. Click the help link for the function to view more details.

Success Criteria

  • The function name and argument order are visible.
  • You can distinguish the positions of array_x and array_y.
  • You can return to the sheet and continue entering the formula.

Tips While Using

  • Syntax review is useful before first-time use.
  • If the help page does not open, note the syntax and continue with formula entry.