I assume i is your variable, you need to put it outside of a string for Excel to recognize it's a variable.
ActiveCell.FormulaR1C1 = "=offset(Summary!R[4]C[2],25*" & i & ",0)"