ROUNDUP help

Joneye

Well-known Member
Joined
May 28, 2010
Messages
785
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Im tying to double round up here, i.e. the end part /10*10 gives me a result of 27.20, i need it to round up, can i enter the formula with a roundup near the end say from here -- /10*10


=ROUNDUP(SUM('[Dashboard 2011.xls]2. Inventory'!$E$11/35),0)/10*10
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Can you expain in English what rounding you want to achieve?
 
Upvote 0
Sadly i can not post data for this one.

The formula first part rounds up a simple division sum
939 / 35 = 26.81 (roundup gives me) 27

Second part of the formula is

27 / 10 = 2.7 then x 10 = 27.00

I need the 27.00 to roundup to 30.00

I hope this helps?
 
Upvote 0
Isn't that just:

=ROUNDUP(SUM('[Dashboard 2011.xls]2. Inventory'!$E$11/35),-1)

?
 
Upvote 0
Indeed that works, so the minus one tells the forumla to? just so i understand why...

ps many thanks
 
Upvote 0
That's rounding to -1 decimal places basically ( i.e. 1 to the left of the decimal place ).
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,756
Members
452,940
Latest member
rootytrip

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