Formulas

W

wendyedw

I am looking for a formula where I can add two columns of numbers and have
the total in a cell next to these two columns.
 
D

David Biddulph

=A1+B1, and copy down, if you want to do each row separately.
=SUM(A:A,B:B) if you want the totals including all the rows.
 

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