I was given the following code and am trying to understand and modify it myself in VBA. I understand it has to be written in R1C1 as opposed to A1 format and I am probably just making a typo I haven't noticed.
A4 - BLANK CELL
B4 - BLANK CELL
C4 - =IF(A4=0,"0",(A4+B4/60))
D4 - BLANK CELL
E4 - BLANK CELL
F4 - =IF(D4=0,"0",(D4+E4/60))
G4 - =IF(A4=0,"0",(F4/C4))
H4 - =TEXT(I4,"dddd")
I4 - Column I is date formatted and right now the cell value is 6/1/2013
J4 - =IF(A4=0,"",(F4)/(C4))
K4 - BLANK CELl
L4 - BLANK CELL
M4 - =IF(K4=0,"0",(K4+L4/60))
N4 - =IF(A4=0,"",(M4)/(C4))
Then at the bottom I have a another row of formulas (most of which sum the columns)
A35 to F35 - =SUM(A4:A35). The column reference of course changes from A to F
G35 - =IF(A35=0,"0",(F35/C35))
H35 - BLANK CELL
I35 - BLANK CELL
J35 - =IF(A35=0,"",(F35)/(C35))
K35 to M35 - =SUM(K4:K35). The column reference of course changes from K to M
N35 - =IF(A35=0,"",(M35)/(C35))
Attached are the codes I was given but I need to change it to incorporate these columns/formulas instead.
Is there an easy way to write a formula array aside from keying letter by letter? That is my problem, I'm sure my syntax is just all wrong. I've inserted a copy of the workbook as well.
Bookmarks