Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have three columns of data and 100 rows, I want the 4th column to sum each row, the code I have is as follows: Think there is something wrong with my SUM Function Dim i, j For i = 1 To 100 Cells(i, 4) = Sum(Cells(i, 1), Cells(i,3)) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
summing | Excel Discussion (Misc queries) | |||
summing | Excel Worksheet Functions | |||
PivotTable and summing/not summing | Excel Discussion (Misc queries) | |||
Summing | Excel Programming | |||
summing | Excel Programming |