Thread: Formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Formulas

=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.
--
David Biddulph

wendyedw wrote:
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.