Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
never used excell-just want to add D2+E2+F2+G2+H2 and show total in I2
|
#2
![]() |
|||
|
|||
![]()
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 |
#3
![]() |
|||
|
|||
![]()
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 "michael_l" wrote in message ... never used excell-just want to add D2+E2+F2+G2+H2 and show total in I2 |
#4
![]() |
|||
|
|||
![]()
In I2 enter the following: =SUM(D2:H2)
"michael_l" wrote: never used excell-just want to add D2+E2+F2+G2+H2 and show total in I2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot tables - inserting columns | Excel Worksheet Functions | |||
ADDING NUMBERS IN COLUMNS ACROSS IN EXCEL | Excel Worksheet Functions | |||
How to sort/update large excel db | Excel Discussion (Misc queries) | |||
Pulling data from 2 columns for a total | Excel Worksheet Functions | |||
VBA Code for Matching and totalling columns | Excel Worksheet Functions |