How to sum the absolute values in Excel?
Supposing you have a list of data which contains both positive numbers and negatives, and now you want to sum their absolute values which means all the negatives will be calculated as positives. For example, you want 10+(-10) would be 20 instead of 0. Are there any quick tricks to help you calculate the absolute values in Excel?
- Sum the absolute values with formulas
- Sum the absolute values by changing all negative numbers to positive in Excel
- Sum the absolute values an amazing tool
Sum the absolute values with formulas
Here are some cute formulas for you to sum the absolute values, please look at this:
Formula 1: SUMIF() function
With the following two SUMIF functions, you can quickly calculate the sum of the absolute values, do as this:
1. In a blank cell which you want to put the result, enter one of below formulas, and press the Enter key.
=SUMIF(A2:A14,">0") - SUMIF(A2:A14,"<0")
=SUM(SUMIF(A2:A14,{">0","<0"})*{1,-1})
Formula 2: SUMPRODUCT() function
This Sumproduct formula also can do a favor for you, please type the following formula, and press Enter key, then you will get the sum of the absolute values that you need.
=SUMPRODUCT(ABS(A2:A14))
Formula 3: SUM() Array Formula
If you are interested in the array formula, I can talk about this Sum array formula. Please enter below formula, and press Ctrl+Shift+Enter keys to get the sum.
=SUM(ABS(A2:A14))
Sum the absolute values by changing all negative numbers to positive in Excel
Apart from formulas, we can change all negative numbers to positive ones and then sum up these numbers. And you can apply Kutools for Excel's Change Sign of Values utility to get it done with ease.
Kutools for Excel - Includes more than 300 handy tools for Excel. Full feature free trial 30-day, no credit card required! Get It Now
1. Select a blank cell below the numbers whose absolute values you will add, type the formula =SUM(A2:A14) (A2:A14 is the number cells whose absolute values you will sum) into it, and press the Enter key. See screenshot:
2. Select these number cells (A2:A14 in our case), and click Kutools > Content > Change Sign of Values.
3. In the opening Change Sign of Values dialog box, please check the Change all negative values to positive option, and click the Ok button.
And now all negative values are converted to positive values, and the summing result changes automatically.
Kutools for Excel - Includes more than 300 handy tools for Excel. Full feature free trial 30-day, no credit card required! Get It Now
Sum the absolute values an amazing tool
You can also apply the Sum Absolute Value formula of Kutools for Excel to solve the problem easily.
Kutools for Excel- Includes more than 300 handy tools for Excel. Full feature free trial 30-day, no credit card required! Get It Now
1. Select a blank cell you will place the sum at, and click Kutools > Formula Helper > Formula Helper.
2. In the Formula Helper dialog, please select Math from the Formula Helper drop-down list, click to highlight Sum absolute values in the Choose a formula list box, specify the range of numbers whose absolute values you will sum, and click the Ok button.
Now you get the sum of selected numbers' absolute values.
Related articles:
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!
