Formula how to "Round up" a number

Marq

Well-known Member
Joined
Dec 13, 2004
Messages
914
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
Using Excel 2007

If I have a formula in a cell and it gives me a result such as 34.5.....I can move the decimal and have it round up to 35..but is there a way to make it automatically round up and be read as 35...I need ot use the 35 in other formulas but it still seems to read as 34.5 when calculated in other formauls.
 

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.
Try using ROUND or ROUNDUP with your current formula, e.g.

=ROUND(formula,0)

using that will convert 34.3 to 34, chnage to ROUNDUP if 34.3 should become 35.....
 
Upvote 0
Try using ROUND or ROUNDUP with your current formula, e.g.

=ROUND(formula,0)

using that will convert 34.3 to 34, chnage to ROUNDUP if 34.3 should become 35.....

works perfect!..thanks!
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

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