Sum of Negative and Positive Values in single column

Krayziekitten

New Member
Joined
Dec 9, 2014
Messages
14
Hello,

I am trying to have excel total all of the negative amount and positive amounts out of a single column by identifying if each cell is above or below zero.
I have been trying a few different formulas, but not working out for me.

Here is example data:

COLUMN
-40.00
10.00
12.00
-100.00
-1.00
22.00

Negative should amount to: -141.00
Positive should amount to: 44.00

Thank you!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
It must be a problem with the list separator character.
It's usually a comma, or sometimes a semicolon ;
But it actually could be anything.

Easy way to find out what that character is supposed to be...

Type =SUM(
Hold down the CTRL Key
Randomly select a few cells (not next to each other)
Press Enter

Look at the resulting formula, what character shows between each cell reference.
 
Upvote 0

Forum statistics

Threads
1,214,889
Messages
6,122,097
Members
449,065
Latest member
albertocarrillom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top