How to round values before summing in Excel?
The ROUND function and SUM function are usually used in Excel, but have you ever tried to combine these two functions, such as to round values before summing or round value after summing?
Round values before sum
Select a blank cell that you want to place the formula, and choose and paste one of below formulas as you need, press Shift + Ctrl +Enter key to get to result:
=SUM(ROUND(A1:A6,0))
=SUM(ROUNDDOWN(A1:A6,0))
=SUM(ROUNDUP(A1:A6,0))
Then the values will be rounded/rounded up/rounded down firstly, and then sum.
Round values after sum
If you want to round values after summing, you can do as this:
Select a blank cell that you want to place the formula, and choose and paste one of below formulas as you need, press Enter key to get to result:
=ROUND(SUM(A1:A6),0)
=ROUNDUP(SUM(A1:A6),0)
=ROUNDDOWN(SUM(A1:A6),0)
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
