in excel just want to add 4 columns and total in next column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

never used excell-just want to add D2+E2+F2+G2+H2 and show total in I2
 
One way:

Enter this in I2:

=D2+E2+F2+G2+H2

another way:

=SUM(D2:H2)
 
In cell I2, type

=SUM(D2:H2)
or
=D2+E2+F2+G2+H2

Either should give you the sum you want........

Vaya con Dios,
Chuck, CABGx3
 

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