G
Graham
Below is waht ideally I would like to do with a procedure and I know
this will not work with n in a formula, it was just to show the concept
of what I was after.
I would appreciate any guidance.
Graham
For n = 37 To 44
Cells(3, n).Select
ActiveCell.FormulaR1C1 = _
"=SUMIFS(R15C14:R600C14,R15C13:R600C13,R2Cn,R15C4:R600C4,R3C35)"
Next n
this will not work with n in a formula, it was just to show the concept
of what I was after.
I would appreciate any guidance.
Graham
For n = 37 To 44
Cells(3, n).Select
ActiveCell.FormulaR1C1 = _
"=SUMIFS(R15C14:R600C14,R15C13:R600C13,R2Cn,R15C4:R600C4,R3C35)"
Next n