Use the ROUNDBANK function in WPS with 3 how-to topics; all 3 are available without membership, and you can jump to the matching topic from the index below.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the function from the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Check the syntax and parameter details | Free |
How-to Guide
1. Enter the function from the Insert Function dialog
Entry path: 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 ROUNDBANK in the Insert Function dialog.
- Select the function and click OK.
- Enter each parameter in the Function Arguments dialog.
- Click OK to finish inserting the function.
Success Criteria
- On-screen result: the target cell contains a ROUNDBANK formula.
- What you can do next: you can edit the parameters, press Enter to confirm, or fill the formula down.
Tips While Using
- Common mistake: if the function name is misspelled, the search result or calculation may fail.
- Environment note: you need an open spreadsheet file before inserting a worksheet function.
2. Type the formula directly in a cell
Entry path: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=ROUNDBANK(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review the parameter hint, type
=ROUNDBANK(and then pressF1.
Success Criteria
- On-screen result: the cell shows the calculated result, and the formula bar keeps the full formula.
- What you can do next: you can copy the formula to other cells or continue adjusting the parameters.
Tips While Using
- Common mistake: incorrect separators or parentheses can cause a formula error.
- Environment note: referenced arguments should be numeric values that can be calculated.
3. Check the syntax and parameter details
Entry path: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Enter ROUNDBANK in the search box.
- Select the function and review the syntax:
ROUNDBANK(number, num_digits). - Click the help link for the function to open more details.
Success Criteria
- On-screen result: you can see the function name, syntax structure, and parameter area.
- What you can do next: you can continue inserting the function or revise an existing formula.
Tips While Using
- Common mistake: if another function is selected, the displayed description will not match ROUNDBANK.
- Environment note: opening online help requires an internet connection.