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 Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel
Kutools for Excel boasts over 300 features, ensuring that what you need is just a click away...
Supports Office/Excel 2007-2021 & newer, including 365 | Available in 44 languages | Enjoy a full-featured 30-day free trial.
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!
