Exercise: Rounding
- In cell A1, enter a decimal number, e.g., 7.85.
- In cell B1, round the number to the nearest whole number using the formula =ROUND(A1, 0).
- In cell B2, round the number to one decimal place using the formula =ROUND(A1, 1).
๐ง Practice & Progress