B
BLG
I need to round a series of numbers to the hundreth
decimal place.
So in this list a numbers below, I want these numbers:
211.30724
346.2669
172.22724
to round up and down to the following:
211.31
346.27
172.28
How do a set up a function to do this?
decimal place.
So in this list a numbers below, I want these numbers:
211.30724
346.2669
172.22724
to round up and down to the following:
211.31
346.27
172.28
How do a set up a function to do this?