Round numbers to the nearest even or odd integer.
You are working on a project that requires rounding numbers to the nearest even or odd integer for specific calculations. Round the numbers to the nearest even integer in column B and the nearest odd integer in column C to meet these requirements.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | C | |
|---|---|---|---|
| 1 | Number | Even | Odd |
| 2 | 7.3 | ||
| 3 | 12.8 | ||
| 4 | 5.1 | ||
| 5 | 18.9 |
EVEN and ODD functions are useful for specific rounding requirements where results must be even or odd integers.