Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the ROUND function. |
| num_digits | Parameter of the ROUND function. |
Examples
Round to 2 decimal places (currency)
=ROUND(A2*0.0825, 2)
Round to nearest whole number
=ROUND(3.7, 0)
Round to nearest hundred
=ROUND(1234, -2)
Common Errors
The first argument is text, not a number. Ensure the cell contains a numeric value or use VALUE() to convert.
Tips
ROUND uses standard rounding. ROUNDUP always rounds away from zero. ROUNDDOWN always rounds toward zero (like truncation).
Always ROUND currency calculations: =ROUND(price*quantity*tax_rate, 2). Floating-point math can produce results like 10.005000001.
Use -1 to round to nearest 10, -2 for nearest 100, -3 for nearest 1000. Useful for budgets and estimates.
Try ROUND in Viztab
Import your data and use ROUND with 370+ other formulas. No signup required.
Open Viztab