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

C

CLR

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
 
Top