Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well, I've tried several different things, but have not been successful.
I'm trying to sum every third row of a particular column (i.e. A2+A5+...) What I have written so far is: For n = 2 To 233 Step 3 For m = 4 To 15 Step 1 Cells(236, m).FormulaR1C1 = ?????? Cells(236, m).NumberFormat = "$#,##0_);[Red]($#,##0)" Next Next Any help would be great. Thanks! Jason *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ignoring text data in a cell when summing values in the same cell | New Users to Excel | |||
Summing every third cell | Excel Worksheet Functions | |||
Summing every other cell in a column? | Excel Worksheet Functions | |||
Summing Every 40th cell? | Excel Worksheet Functions | |||
summing cell into one | Excel Worksheet Functions |