sum of columns

  • Thread starter Thread starter chusome
  • Start date Start date
C

chusome

How do you make column the entire column c equal the entire column a +
the enitre column B for each corresponding row? ie. c1 = a1 + b1, c2 =
a2 + b2, c3 = a3..... and so on so forth.

I've figured this out on an individual basis but I'd like to apply this
to the entire colum, with out having to code each cell individually.
 
If you want the total of a and b

=SUM(A:A,B:B)

otherwise I have no clues what you mean

Regards,

Peo Sjoblom
 

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

Back
Top