Could some explain to me in plain english how the second part of this vba code equates to the following formula in excel please?
.Range("I" & .Range("I" & .Rows.Count).End(xlUp).Row).Formula = "=IF(R[0]C[-4]=""*Activities"",0,RC[-1]*0.1)"
equals
I7=IF(E7="*Activities",0,[Price
ex. GST]*0.1)