summing positive and negative numbers

Helen Wills

New Member
Joined
Nov 14, 2014
Messages
27
Office Version
  1. 365
Platform
  1. Windows
I am trying to sum a positive and a negative value to give a positive value

i.e

[TABLE="width: 264"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Positive units[/TD]
[TD]Negative Units[/TD]
[TD]Total Units[/TD]
[/TR]
[TR]
[TD] [/TD]
[/TR]
[TR]
[TD]UK[/TD]
[TD]3,722[/TD]
[TD]-8,378[/TD]
[TD]12,100[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Ideally this needs to be done automatically with no further manual steps as it feeds in to a dashboard and I will be asking other users to put in the data across the globe who aren't excel savvy and i want to avoid asking them to do any formula steps

Thanks
Helen
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
If you always have positive then negative you can just subtract the negative from the positive:

=B2-C2

Or this will convert any negative value to positive then add them:

=ABS(B2)+ABS(C2)
 
Upvote 0

Forum statistics

Threads
1,225,754
Messages
6,186,825
Members
453,377
Latest member
JoyousOne

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