Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
have following Code that I would like to modify. So instead of dividing, I want to Sum but can't seem to get the right logic. ' Dim i as long For i = 1 To ActiveSheet.UsedRange.Rows.Count If Cells(i, "A") = "" Then Cells(i, "o").Value = Cells(i, "I") / Cells(i, "N") End If Next Basically, I want to sum of columns I throuh N where Column A is Blank in Column O. Please advise any info would really appreciate it. Thanks, Juan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula or vba code | Excel Worksheet Functions | |||
Code or Formula? | Excel Programming | |||
formula through vb code | Excel Programming | |||
formula or code | Excel Worksheet Functions | |||
Formula or VBA code help | Excel Programming |