How to add rounding to a formula in excel?

3 answer(s)
Answer # 1 #

To round values in Excel, use the ROUND function:

[5 Month]
Answer # 2 #

Example: =ROUND(A1, 2) rounds the value in cell A1 to 2 decimal places.

[4 Month]
Answer # 3 #

You can also use ROUNDUP or ROUNDDOWN to control the direction of rounding.

[4 Month]