Use the INT function in WPS Spreadsheet on Windows with 3 how-to topics, including inserting the function, typing the formula directly, and checking syntax guidance.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert INT from the Insert Function dialog box | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Check the function syntax and parameter guidance | Free |
How-to Guide
1. Insert INT from the Insert Function dialog box
Entry point: Formulas 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 Formulas tab.
- Search for INT in the dialog box.
- Select the function and click OK.
- Enter the required parameter in the function parameter dialog box.
- Click OK to finish inserting the function.
Success Criteria
- The current cell contains the INT function.
- The formula bar shows the
=INT(...)structure. - The cell returns an integer result when the parameter is valid.
Tips While Using
- You can search for the function name in uppercase or lowercase, but the spelling must stay correct.
- The parameter should be a number or a reference that evaluates to a number.
2. Type the formula directly in a cell
Entry point: Cell or formula bar
- Select the cell where you want to enter the formula.
- Type
=INT(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review the parameter guidance, type
=INT(and then press F1 to view the syntax prompt.
Success Criteria
- The cell shows the INT calculation result.
- When you select the cell, the formula bar shows the full formula.
- The formula can be filled down or copied to other cells.
Tips While Using
- The formula must start with an equals sign (
=).- Use standard English punctuation in the formula to avoid calculation errors.
3. Check the function syntax and parameter guidance
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Enter INT in the search box.
- Select the function and review the syntax
INT(number). - Open the related help entry if you need more detailed parameter guidance.
Success Criteria
- You can see the INT function name and syntax structure.
- You can confirm the input requirement for the
numberparameter. - You can return to the worksheet and continue entering the formula.
Tips While Using
- If the result is not what you expect, first check whether the referenced cell contains a numeric value.
- For negative numbers, INT rounds toward the smaller integer.