Use the EVEN function through 3 operation topics in WPS Spreadsheet; all 3 are available without membership and 0 are membership-related.
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. View the syntax and parameter details | Free |
How-to Guide
1. Enter the function from the Insert Function dialog box
Entry point: 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 EVEN in the Insert Function dialog box.
- Select the function and click OK.
- Enter the parameter in the Function Arguments dialog box.
- Click OK to finish inserting the function.
Success Criteria
- The current cell contains the EVEN function.
- The formula returns an even-number rounding result.
Tips While Using
- The parameter should be a number or a cell reference that can be evaluated as a number.
- If the input is not numeric, the result may show
#VALUE!.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=EVEN(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review the parameter hint, type
=EVEN(and pressF1.
Success Criteria
- The cell shows a calculated result.
- The full EVEN formula is visible in the formula bar.
Tips While Using
- Use English parentheses after the function name.
- Use English punctuation for separators.
3. View the syntax and parameter details
Entry point: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Type EVEN in the search box.
- Select the function and review the syntax
EVEN(number). - Click the help link for the function to view more details.
Success Criteria
- You can see the function name, syntax, and parameter description.
- You can confirm where the
numberparameter should be entered.
Tips While Using
- The parameter name in the syntax explains the format. Replace it with a number or a cell reference when entering the formula.