To round values in Excel, use the ROUND function:
ROUND
You can also use ROUNDUP or ROUNDDOWN to control the direction of rounding.
ROUNDUP
ROUNDDOWN
Example: =ROUND(A1, 2) rounds the value in cell A1 to 2 decimal places.
=ROUND(A1, 2)