Return a positive sum from a column of negative numbers?

HRVRAMER

New Member
Joined
Feb 12, 2010
Messages
4
I am creating Invoices in Excel and exporting them into Quickbooks via IIF file. The total amount of the transaction has to equal (0)
........A....... B...... C
1 Quantity Rate Amount
2 _ -10__ 20.00 -200.00
3 __-5___ 10.00 -50.00
4 __-1___ 50.00 -50.00
Total Amount 300.00

I need a formula that will return the sum of all the negative numbers in column (C)

Thanks
 
Last edited:

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I figured it out. C column was all merged cells. This happened because I import my data and to add the minus sign to the data in column C I madea column full of minus signs right beside it and merged the two.

The solution turned out to be; Copying the the merged cells and using "paste special" to paste only the values into a new column. The formula that you gave me worked by pushing shift+ctrl+enter.

Thanks for the help!
 
Upvote 0
If you know a better way to turn a column of positive number into negative numbers, that would be a big help!
 
Upvote 0
Put -1 in a remote cell.
Select that cell.
Copy
Select the range of cells with postitive values.
PasteSpectial/Arithmetic/Multiply

(clear the remote cell)
 
Upvote 0

Forum statistics

Threads
1,216,471
Messages
6,130,822
Members
449,595
Latest member
jhester2010

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