Is it possible to create a conditional formula based on the following:

If a number is present in a cell, then multiply that number by 1.032.

I will need to apply the formula to hundreds of other cells. My goal is to avoid creating a new column or cell to perform the multiplication function (i.e. =C11*1.032)

Any recommendations are appreciated!