roundup formula

Kiwi den

Board Regular
Joined
Feb 17, 2014
Messages
148
Office Version
  1. 365
Platform
  1. Windows
I am trying to use a formula within a cell and want the answer rounded up

=ROUNDUP((235*25%)+235,0) THIS DOES NOT WORK

ANY THOUGHTS
 
=ROUNDUP(D456*1.25,0) message reads " The formula you typed contains an error"
highlighted is 1.25,0.

Wild guess: try =ROUNDUP(D456*1.25;0) -- a semicolon between parameters instead of a comma.
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Thanks guys, I took this file to another machine and it worked fine.... not sure what went wrong, but will try and address a reinstall of Excel
 
Upvote 0
I took this file to another machine and it worked fine.... not sure what went wrong, but will try and address a reinstall of Excel

Reinstallation should be unnecessary. It should be done only as a last resort.

Did you try my suggestion about using semicolon instead of comma for the parameter separator.

The problem might simply be the regional configuration (control panel) on the computer. Or if you use Office 365, however the "cloud" version determines regional differences.

(I don't know anything about Office 365. I avoid it like the plague.)
 
Upvote 0
reinstallation should be unnecessary. It should be done only as a last resort.

Did you try my suggestion about using semicolon instead of comma for the parameter separator.

The problem might simply be the regional configuration (control panel) on the computer. Or if you use office 365, however the "cloud" version determines regional differences.

(i don't know anything about office 365. I avoid it like the plague.)


great call!!!!!!=roundup(d456*1.25;0) worked thanks to all that answered
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top