Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Randomize/ Shuffle List in Excel
  • How to Create Gantt Chart in Excel
  • Excel Frequency Function Example
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How To Insert and Customize Sparklines in Excel

References

  • How to get address of named range in Excel
  • How to get last column number in range in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to get last row in text data in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation must not contain
  • Excel Data validation must begin with
  • How To Create Drop-down List in Excel
  • Excel Data validation require unique number

ROUND function: Description, Usage, Syntax, Examples and Explanation

by

What is ROUND function in Excel?

ROUND function is one of the Math and Trig functions in Microsoft Excel that rounds a number to a specified number of digits. For example, if cell A1 contains 23.7825, and you want to round that value to two decimal places, you can use the following formula:

=ROUND(A1, 2)

The result of this function is 23.78.

Syntax of ROUND function

ROUND(number, num_digits)

The ROUND function syntax has the following arguments:

  • number: The number that you want to round.
  • num_digits: The number of digits to which you want to round the number argument.

ROUND formula explanation

  • If num_digits is greater than 0 (zero), then number is rounded to the specified number of decimal places.
  • If num_digits is 0, the number is rounded to the nearest integer.
  • If num_digits is less than 0, the number is rounded to the left of the decimal point.
  • To always round up (away from zero), use the ROUNDUP function.
  • To always round down (toward zero), use the ROUNDDOWN function.
  • To round a number to a specific multiple (for example, to round to the nearest 0.5), use the MROUNDfunction.

Example of ROUND function

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Formula Description Result
=ROUND(2.15, 1) Rounds 2.15 to one decimal place 2.2
=ROUND(2.149, 1) Rounds 2.149 to one decimal place 2.1
=ROUND(-1.475, 2) Rounds -1.475 to two decimal places -1.48
=ROUND(21.5, -1) Rounds 21.5 to one decimal place to the left of the decimal point 20
=ROUND(626.3,-3) Rounds 626.3 to the nearest multiple of 1000 1000
=ROUND(1.98,-1) Rounds 1.98 to the nearest multiple of 10 0
=ROUND(-50.55,-2) Rounds -50.55 to the nearest multiple of 100 -100

Post navigation

Previous Post:

TRUE function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Pie Chart

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to return blank in place of #DIV/0! error in Excel
  • IF, AND, OR and NOT Functions Examples in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function

Date Time

  • Generate series of dates by weekends in Excel
  • TIMEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • Calculate years between dates in Excel
  • Two ways to sum time over 30 minutes in Excel
  • Get date from day number in Excel

Grouping

  • Group times into 3 hour buckets in Excel
  • Calculate conditional mode with criteria in Excel
  • Group arbitrary text values in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel

General

  • Check if multiple cells have same value in Excel
  • Freeze and Unfreeze Panes in Excel
  • Check if multiple cells have same value with case sensitive in Excel
  • Check if range contains a value not in another range in Excel
  • 3D SUMIF for multiple worksheets in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning