Formula in NUMBERS
Hi
I'd like to know how to round a number for example 18002 to 18000
Thanks
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
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