Finance

Charts

Statistics

Macros

Search

How to use the ROUND function in Excel

The ROUND function adjusts a number to a specified number of digits, either rounding up or down as needed.

The ROUND function uses these arguments:
=ROUND(number, num_digits)

Number (Required): The value you want to round
Num_digits (Required): The number of decimal places to round to

USING THE ROUND FUNCTION

Let’s round the number 1844,123 to various precision levels:

  1. One decimal place:
    =ROUND(A1; 1)→ Returns 1844,1

  1. Two decimal places:
    =ROUND(A1; 2)→ Returns 1844,12

  1. Nearest integer:
    =ROUND(A1; 0)→ Returns 1844

 

  1. Nearest 10:
    =ROUND(A1; -1)→ Returns 1840

  1. Nearest 100:
    =ROUND(A1; -2)→ Returns 1800

  1. Nearest 1000:
    =ROUND(A1; -3)→ Returns 2000

Note: Positive num_digits rounds decimal places, zero rounds to whole numbers, and negative num_digits rounds to left of the decimal point.

0 0 votes
Évaluation de l'article
S’abonner
Notification pour
guest
0 Commentaires
Le plus ancien
Le plus récent Le plus populaire
Online comments
Show all comments
Facebook
Twitter
LinkedIn
WhatsApp
Email
Print
0
We’d love to hear your thoughts — please leave a commentx