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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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