Skip to main content

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?


arrow blue right bubble 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 - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with 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 - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with 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

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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...

Description


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!
Comments (2)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Thanks. it works!!!!
This comment was minimized by the moderator on the site
There's another method. You could use a macro-function too. A macro function is entered holding CTRL+SHIFT while pressing ENTER. The formula needed for the examples showed above is: {=SUM(ABS(A2:A11))} You should not type the accolades { and }. They will appear automatically when you hold the CTRL and SHIFT keys while pressing ENTER. Excel uses this to indicate the formula is a macro-formula.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations