How to RoundUp & Sum in same cell? Formulas

tjroberts44

New Member
Joined
Mar 11, 2009
Messages
1
Hi. I'm a basic excel user and have a question about formulas. In one cell I plugged in the SUM formula to add numbers from 3 different cells. My question is, can I also plug in a ROUNDUP formula in the same SUM cell?
Basically, I want my SUM number to also be rounded up. Thanks!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hello and welcome to MrExcel.

Try a formula like

=ROUNDUP(SUM(A1:A3),0)
 
Upvote 0
Hi and welcome to MrExcel!

Yes you can put functions inside other functions. For instance, to round the sum up (to one decimal place) you would put one function inside another like this:

=ROUNDUP(SUM(A1, B2, C3),1)

If you search this board you will find many many examples of functions nested inside other functions.

Andrew
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,438
Members
448,897
Latest member
dukenia71

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