Round a value to a fixed number of decimal places with ROUND.
Copy this formula
=ROUND(A2, 2)ROUND takes the number and the digit count. Use 2 for cents, 0 for whole numbers, and a negative number to round to tens or hundreds. Use ROUNDUP or ROUNDDOWN to always round in one direction.
=ROUND(3.14159, 2)→3.14Rounds to two decimals.
=ROUND(1280, -2)→1,300Rounds to the nearest hundred.
Always round up
=ROUNDUP(A2, 0)Rounds away from zero.
Yes — unlike number formatting, ROUND returns a genuinely rounded number used in further math.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.