PDA

View Full Version : How to sum a whole column and subtract it from another column in excel ?


maxsc
Jul 1, 2017, 11:56 AM
I have 3 columns, I want column A's rows to be summed and then the result to be subtracted from the sum of column B and then the result to be shown in column C.

Whatever formulae I write keeps giving errors and nothing works!

Wondergirl
Jul 1, 2017, 12:00 PM
Switch columns: move column A data into column B and column B data into column A?

maxsc
Jul 1, 2017, 12:03 PM
sorry, I don't understand how that's going to work!

right now I wrote this but it doesn't work
=SUM(A3:B999)-(B3:B999)

Wondergirl
Jul 1, 2017, 12:19 PM
I Googled and found this:

The Joel on Software Discussion Group (CLOSED) - How to subtract two columns in Excel? (http://discuss.joelonsoftware.com/default.asp?joel.3.367037.13)