Use the SHEETS function in WPS on Windows through 3 operation topics, all available on the Windows desktop, with 3 available without membership and 0 membership-related items.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the function from the Insert Function dialog box | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Review the function syntax and parameter guidance | Free |
How-to Guide
1. Enter the function from the Insert Function dialog box
Entry: Formula tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formula tab.
- Search for SHEETS in the dialog box.
- Select the function and click OK.
- Enter the reference argument as needed, or leave it empty if appropriate.
- Click OK to insert the function.
Success Criteria
- The
SHEETSfunction is inserted into the selected cell. - The cell returns a worksheet count after confirmation.
Tips While Using
- The reference argument should point to a valid worksheet, range, or related reference.
- If the argument is invalid, the formula may return an error.
2. Type the formula directly in a cell
Entry: Cell → Formula bar
- Select the target cell.
- Type
=SHEETS(...)directly in the cell or in the formula bar. - To count the worksheets in the current workbook, type
=SHEETS(). - Press Enter to confirm.
Success Criteria
- The cell displays the calculated result.
- The formula bar shows the full
SHEETSformula.
Tips While Using
- Start the formula with an equal sign.
- Keep the parentheses and reference format correct.
3. Review the function syntax and parameter guidance
Entry: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Type SHEETS in the search box.
- Select the function to review its syntax and parameter guidance.
- Confirm whether the reference argument is needed before inserting the formula.
Success Criteria
- You can see the SHEETS function name, syntax, and parameter area.
- You can continue to insert or revise the formula based on the guidance.
Tips While Using
- The syntax panel helps confirm whether the argument can be omitted.
- Confirm the reference target before final entry to reduce formula errors.