Summary of "Decimal Places How To Round Numbers In Excel"

Main idea

How to round numbers in Excel to a fixed number of decimal places, and how to display the same number of decimal places for every cell (including whole numbers).

Key concepts / lessons

Step-by-step instructions

  1. Insert a new column for the rounded results.
  2. Enter the ROUND formula:
    • Syntax: =ROUND(cell, number_of_decimal_places)
    • Example: =ROUND(E2, 2) rounds the value in E2 to two decimal places (e.g., 67.333 → 67.33).
    • To change precision, replace the second argument (for example 3 for three decimals, 1 for one).
  3. Copy the formula down:
    • Use the fill handle (the small square at the bottom-right of the cell) and drag down to apply the same ROUND formula to other rows.
  4. If you want every cell to visibly show the same number of decimal places (including whole numbers):

    • Select the cells.
    • On the Home tab, in the Number group, use the Increase Decimal and Decrease Decimal buttons to set the displayed number of decimal places.

      Tip: Click Increase once then Decrease to get back to the desired display while forcing trailing zeros where needed.

  5. Alternate formatting method:

    • Select cells → Right-click → Format Cells → Number tab → choose Number and set Decimal places.

Notes / clarifications

Source

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video