Hello all
Can anyone help please on looping this formula, I need to populate every 4th column up to and including column "AW"
[With Range("E4:E" & LR)
.FormulaR1C1 = "=IF(RC[-2]<=0,"""",1-RC[-2]/RC[-3])"
.Value = .Value
End With]
Any help on this would be great please