Formula in NUMBERS
Hi
I'd like to know how to round a number for example 18002 to 18000
Thanks
Hi
I'd like to know how to round a number for example 18002 to 18000
Thanks
If 18002 is in cell B2 then try =MROUND(B2,1000)
More on MROUND here:
Depending on what you are trying to do you may also find the following useful.
ROUNDDOWN - Apple Support (HK)
SG
If 18002 is in cell B2 then try =MROUND(B2,1000)
More on MROUND here:
Depending on what you are trying to do you may also find the following useful.
ROUNDDOWN - Apple Support (HK)
SG
Formula in NUMBERS