formula for adding / subtracting two columns .

J

jm

Can't find formula to add or subtract two or three entire columns in a spread
sheet
Thank you
 
G

Gary''s Student

Let's say we have numbers in two columns, column A and column B from rows 1
thru 100.

In C1, enter:
=A1+B1 and copy down thru C100

Column C will be the sum of columns A & B.



To get the grand sum of columns A & B in a single cell, enter in an un-used
cell:
=SUM(A1:B100)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top