ROUND function
Description
ROUND(x,n) rounds the number x to the number of digits n. If n is negative, the number is rounded to the left of the decimal point.
Examples
ROUND(5.618,2) equals 5.62
ROUND(42368.251,-2) equals 42400
Calculator
Graph

ROUND(x,n) rounds the number x to the number of digits n. If n is negative, the number is rounded to the left of the decimal point.
ROUND(5.618,2) equals 5.62
ROUND(42368.251,-2) equals 42400