Sep 04, 2015
In Part 1 of this series I discussed the worksheet functions ROUND, ROUNDUP and ROUNDDOWN. They will truly round numbers to a certain number of decimal places. But what if you want to round numbers to a certain “multiple of significance”? For example, if you want to round numbers to the nearest .05 there are the functions CEILING, FLOOR and MROUND.
The CEILING Function
CEILING rounds numbers up to the nearest multiple of significance. For example:= CEILING(3.1415,0.05) gives the result 3.15
=CEILING(1.02,0.05) gives the result 1.05
The FLOOR Function
FLOOR rounds numbers down to the nearest multiple of significance. For example:
= FLOOR(3.1415,0.05) gives the result 3.10
=FLOOR(1.07,0.05) gives the result 1.05
The MROUND Function
MROUND rounds numbers up or down to the nearest multiple of significance. For example:
=MROUND(3.1415,0.05) gives the result 3.15
=MROUND(3.185,0.05) gives the result 3.20
There are a great number more worksheet functions explored in the New Horizons Excel 2010 and 2013 Level 4 courses.
How do your Excel skills stack up?
Test NowNext up:
- OneDrive for Business Gets Some Major Enterprise Updates
- Do the Quick Step in Outlook
- Leadership, Management and Feedback
- Implementing paging easily
- Creating a layout for Word and Excel
- All About VLOOKUP() in Excel
- New security features in Windows 10
- Understanding your customers with 6 questions
- Put that marker down and Redact in Acrobat please!
- What’s a JavaScript Closure?
Previously
- Word Equations
- Dinosaur or Mega-Soar
- Using the WebView Control in Windows Apps
- Creating Labels in Microsoft Word
- Show Excel Chart in SharePoint 2013
- Rounding Numbers in Excel, Part 1
- Guidelines for Effective Time Management
- Easily sample and transfer colours between objects in InDesign
- Multiple Desktops in Windows 10
- Implementing and administering AD RMS