How to Use the MOD Function in WPS on Windows

Last updated:July 13, 2026

Use the MOD function in WPS on Windows with 3 how-to topics, all available without membership; choose a topic from the index and follow the steps to complete formula entry and review.

How-to Index

How-to Guide

1. Insert the MOD function from the Insert Function dialog box

Entry point: Formula tab → Insert Function, or the fx button in the formula bar

  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 Formula tab.
  3. Search for MOD in the Insert Function dialog box.
  4. Select the function and click OK.
  5. Enter the required parameters in the Function Arguments dialog box.
  6. Click OK to finish inserting the function.

Success Criteria

  • The selected cell now contains the MOD function.
  • The formula bar shows a structure such as =MOD(...).
  • The cell returns a calculation result.

Tips While Using

  • Search with MOD in uppercase or lowercase.
  • Parameters should be numbers or valid cell references.

2. Type a MOD formula directly in a cell

Entry point: Target cell or formula bar

  1. Select the cell where you want to enter the formula.
  2. Type =MOD(number, divisor) directly in the cell or in the formula bar.
  3. Press Enter to confirm.
  4. If needed, drag the fill handle down or across to copy the formula to more cells.

Success Criteria

  • The cell displays a calculation result.
  • When the cell is selected, the full formula is visible in the formula bar.
  • Copied formulas continue to return remainder results in other cells.

Tips While Using

  • Use a standard comma as the parameter separator.
  • If you reference other cells, confirm that the references point to the correct locations.

3. Review MOD syntax and parameter details

Entry point: Formula tab → Insert Function

  1. Click Insert Function on the Formula tab.
  2. Type MOD in the search box.
  3. Select the function and review the syntax MOD(number, divisor).
  4. Confirm the meaning of each parameter before completing the formula entry.

Success Criteria

  • You can see the MOD function name and syntax structure.
  • You can distinguish the positions of number and divisor.
  • Parameter order is clear before you enter the formula later.

Tips While Using

  • If the result looks wrong, check parameter order first and then confirm that the referenced cells contain numbers.
  • If you need more detail, continue from the help link in the function window when available.