ADDING NUMBERS IN COLUMNS ACROSS IN EXCEL

  • Thread starter lost in translation
  • Start date
L

lost in translation

I am trying to sdd the columns across for a grand total, how can I do this?
 
G

Gord Dibben

lost

=SUM(A1:M1) entered in N1.

Drag/copy that down column N as far as you need to get a total for each row.

SUM up column N for a Total of all rows.

If just want a grand total without the row totals you could also enter

=SUM(A1:M40) in a cell.


Gord Dibben Excel MVP

On Fri, 4 Feb 2005 12:17:01 -0800, "lost in translation" <lost in
 
Top