If your starting value (say 10) is in cell A1

And the result you want is to be in B1 then just copy this text including the "=" sign into B1

 

=A1*110%

 

The value you the see in B1 will be 11, but the formula in there will be the text above.

 

Then when you just copy this formula down it will automatically self-adjust to become

 

=A1*110%

=A2*110%

=A3*110%

.

.

.

etc