bottom
Great ExcelTips!
         
Your e-mail address is safe!
Close Note

Tips.Net > ExcelTips Home > Worksheet Functions > Math and Trig Functions > Rounding to Powers of 10

Rounding to Powers of 10

Summary: Need to round a value to a power of 10? You can do it by using the ROUND function as described in this tip. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, Excel 2003, and Excel 2007.)

If you want to round a number to the nearest 10, 100, or 1000, you can use the ROUND function with negative values for the second parameter. This approach works very well—and very quickly.

For instance, if you have a value in cell D6 and you want to round it to the nearest 100, you could use the following formula:

=ROUND(D6,-2)

This rounds to second digit to the left of the current decimal place. For instance, if D6 contains the value 12345, then the formula returns 12300. Similarly, if D6 contains 12351, then the formula returns 12400.

You can use the same technique to round to the nearest 10 by using -1 as the second parameter, or to the nearest 1000 by using -3.

Tip #2404 applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003 | 2007


Tame Your Data! ExcelTips: Filters and Filtering provides all the details necessary to let you manage large sets of data with confidence and ease. Its information-packed pages demonstrate how to use the two types of filters provided by Excel: AutoFilters and advanced filters.
 
Check out ExcelTips: Filters and Filtering today!

Helpful Links

Ask an Excel Question
Make a Comment

Tips.Net Home
Vital News Home

ExcelTips FAQ
ExcelTips Premium

Learn Access Now

Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

 

Great Info!

Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your e-mail address and click "Subscribe."
     
(Your e-mail address will never be shared with anyone, ever.)