Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=ROUND(A2,2)Computed by a real spreadsheet engine on the sample data below.
| Value | Rounded |
| 3.456 | 3.46 |
| 7.891 | 7.89 |
| 2.345 | 2.35 |
| 9.999 | 10.00 |
| 1.001 | 1.00 |
=ROUND(A2,2)→3.46
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Use a negative num_digits: =ROUND(A2,-1) rounds to the nearest 10, =ROUND(A2,-2) to the nearest 100.
INT always rounds toward negative infinity; ROUNDDOWN always rounds toward zero. They differ for negative numbers: INT(-2.7) = -3, ROUNDDOWN(-2.7,0) = -2.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: