Use the CHOOSECOLS function in WPS with 4 how-to topics, all available in AirSheet; choose a topic from the index and follow the entry point and steps to complete the task.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the CHOOSECOLS function | Free |
| 2 | 2. Check syntax prompts and complete the arguments | Free |
| 3 | 3. Use the function across worksheets | Free |
| 4 | 4. Check automatic result updates | Free |
How-to Guide
1. Enter the CHOOSECOLS function
Entry point: Formulas tab → formula bar
- Open an AirSheet file and select the cell where you want the result to appear.
- Type
=in the cell or formula bar. - Type
CHOOSECOLS(to start the formula. - Enter the array or range that you want to reference.
Success Criteria
- UI state: The cell enters formula editing mode and shows the function name.
- Next actions: You can continue entering column numbers or other arguments.
Tips While Using
- Common mistakes: If you do not start with
=, the content may be treated as plain text.
2. Check syntax prompts and complete the arguments
Entry point: Formula input state in the formula bar or cell
- After typing
CHOOSECOLS(, look at the syntax prompt that appears. - Confirm the required argument order and count.
- Enter the correct column arguments and check that brackets and separators are complete.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The formula is accepted and the cell shows a calculated result instead of an error.
- Next actions: You can select the cell again to review or edit the formula.
Tips While Using
- Common mistakes: Missing brackets, missing separators, or the wrong number of arguments can prevent the formula from calculating correctly.
3. Use the function across worksheets
Entry point: Formulas tab → formula bar
- Select the target result cell and type
=CHOOSECOLS(. - Switch to the worksheet that contains the source data and select the target range.
- Return to the current formula input and enter the column arguments.
- Press Enter and review the returned result.
Success Criteria
- UI state: The result cell returns the selected columns from the referenced worksheet.
- Next actions: You can continue combining the result with other spreadsheet formulas.
Tips While Using
- Common mistakes: If the referenced range does not match the column arguments, the returned result may not match your expectation.
4. Check automatic result updates
Entry point: A completed CHOOSECOLS result cell
- Finish entering the CHOOSECOLS formula and confirm that the result is visible.
- Change the original data in the referenced range.
- Return to the result area and review the displayed content.
- If needed, check the reference range and arguments again.
Success Criteria
- UI state: When the source data changes, the result cell updates to show the latest content.
- Next actions: You can continue saving, copying, or extending the formula.
Tips While Using
- Common mistakes: If the reference range is incorrect, the updated result will also reflect the wrong range.