How to Use the CUMPRINC Function in WPS on Windows

Last updated:July 20, 2026

Use CUMPRINC in 4 how-to topics, all available in WPS Sheets; choose a topic from the index and follow the steps in order.

How-to Index

How-to Guide

1. Enter the CUMPRINC function

Entry point: Formula tab → formula bar

  1. Open WPS Sheets and select the cell where you want the result to appear.
  2. Type = to enter formula editing mode.
  3. Continue by typing CUMPRINC(.
  4. Check the formula area for syntax guidance to confirm that the function input flow has started.

Success Criteria

  • UI state: The cell or formula bar shows =CUMPRINC(.
  • Next actions: You can continue entering arguments and complete the formula.

Tips While Using

  • Common mistakes: If you do not type = first, the content may be treated as plain text.
  • Environment limits: You need to work in an editable worksheet cell.

2. Fill in the function arguments

Entry point: Select the result cell → formula bar

  1. After CUMPRINC(, enter the required arguments in order.
  2. Follow the syntax guidance for rate, nper, pv, start_period, end_period, and type.
  3. Separate arguments with commas.
  4. Type the closing parenthesis ) to complete the formula structure.

Success Criteria

  • UI state: The formula structure is complete, with correct parentheses and separators.
  • Next actions: Press Enter to get a result or continue adjusting the arguments.

Tips While Using

  • Common mistakes: Missing arguments, incorrect order, or an unclosed parenthesis can cause a formula error.
  • Environment limits: Argument values need to match the function requirements, with correct number and text formats.

3. Use cell references to complete the calculation

Entry point: Formula bar → worksheet cells

  1. Put the loan rate, number of periods, present value, and start and end periods into related worksheet cells.
  2. When entering the CUMPRINC formula in the result cell, use the matching cell addresses instead of typing fixed values directly.
  3. Check that each reference matches the meaning of its argument.
  4. Press Enter to confirm the formula.

Success Criteria

  • UI state: The result cell returns a calculated value.
  • Next actions: When referenced cells change, the result can change with them.

Tips While Using

  • Common mistakes: Referencing the wrong cell can produce an incorrect result.
  • Environment limits: Referenced cells should contain valid numeric values.

4. Check and update the calculation result

Entry point: Result cell → related parameter cells

  1. Check whether the result cell returns a numeric value.
  2. If the result looks incorrect, review the argument format, reference positions, and parenthesis structure.
  3. Change a value in any related parameter cell.
  4. Confirm that the result updates automatically.

Success Criteria

  • UI state: The result displays normally and updates after parameter changes.
  • Next actions: You can continue copying the formula or use the result in later analysis.

Tips While Using

  • Common mistakes: Numbers stored as text can affect the calculation result.
  • Environment limits: Circular references or invalid arguments can cause abnormal results.