Thread
:
in excel just want to add 4 columns and total in next column
View Single Post
#
2
JE McGimpsey
Posts: n/a
One way:
Enter this in I2:
=D2+E2+F2+G2+H2
another way:
=SUM(D2:H2)
In article ,
michael_l wrote:
never used excell-just want to add D2+E2+F2+G2+H2 and show total in I2
Reply With Quote