Rounding (Already) Whole Numbers

H7H12

New Member
Joined
Aug 6, 2010
Messages
28
Hi there,

I have an Excel question you guys can hopefully help me solve...

Essentially, I have the following number:

1967

And I would like to round it up to 2000. As the number has no decimal places, I've already exhausted the decrease decimal tool in Excel 2007. Is there an easy way to round numbers like this up to certain amounts?

I am using Excel 2007, with Windows XP. Happy to provide more information if necessary.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
How about this:

this rounds to the nearest thousand:
=ROUND(A1,-3)

This rounds up to the nearest thousand:
=CEILING(A1,1000)
 
Last edited:
Upvote 0
Actually, I have one more quick query regarding the 'round' one...

The cell I'll be rounding up has a calculation in it. Is there any way I can do the calculation, then consequently round the amount up, in the same cell?
 
Upvote 0

Forum statistics

Threads
1,224,502
Messages
6,179,126
Members
452,890
Latest member
Nikhil Ramesh

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