How to Use the CHOOSE Function in WPS on Windows

Last updated:July 20, 2026

Use the CHOOSE function with 4 how-to topics, all available without membership; choose a topic from the How-to Index and follow the entry point and steps.

How-to Index

How-to Guide

1. Enter the CHOOSE function

Entry point: Formulas tab → formula bar

  1. Open WPS Sheets and select the target cell.
  2. Type = to start the formula.
  3. Type CHOOSE(.
  4. Review the syntax guidance and continue entering the parameters.

Success Criteria

  • UI state: The cell enters formula-editing mode and shows CHOOSE syntax guidance.
  • Next actions: You can continue entering the index argument and candidate values.

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 cell.

2. Return a result by index number

Entry point: Formula bar

  1. In the target cell, type =CHOOSE(2,"January","February","March").
  2. Press Enter.
  3. Check whether the returned result is the second value.
  4. Change the first argument and see whether the result changes with the index.

Success Criteria

  • UI state: The cell shows the result that matches the selected index.
  • Next actions: You can continue editing the parameters and recalculate.

Tips While Using

  • Common mistakes: If the index is outside the available value range, the result may not match your expectation.
  • Environment limits: Text arguments should be enclosed in quotation marks.

3. Use CHOOSE across worksheets

Entry point: Formula bar

  1. Open a file that contains multiple worksheets.
  2. Enter a CHOOSE formula that includes cross-worksheet references in the target cell.
  3. Check that the worksheet names and cell references are correct.
  4. Press Enter and review the result.

Success Criteria

  • UI state: The formula returns the expected cross-worksheet result.
  • Next actions: You can switch to the referenced worksheet to verify the source data.

Tips While Using

  • Common mistakes: Incorrect worksheet names or cell references can affect the result.
  • Environment limits: The referenced worksheet needs to remain in the current file.

4. Nest CHOOSE with other functions

Entry point: Formula bar

  1. Select the cell where you want the result to appear.
  2. Enter a nested formula that includes CHOOSE.
  3. Check that the parentheses and parameter separators are correct.
  4. Press Enter and verify the calculation result.

Success Criteria

  • UI state: The cell shows the final result of the nested formula.
  • Next actions: You can continue editing either the outer or inner function arguments.

Tips While Using

  • Common mistakes: Mismatched parentheses can cause a formula error.
  • Environment limits: For complex formulas, it is helpful to review the full expression in the formula bar.