I need to scale existing table data.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have excel spreadsheet pricebooks and we just implemented a 15% price
increase and I was looking for an easy way to update all the data, scaling it
up by 15%
 
Hi,

You need to use a helper column as follow:

=ROUND(A1*1.15,2)
assumed your original data is in colunm A and your colomn helper is B then
enter above formula to the cell B1 and copy drag to where ever you want and
then copy > past special > value in the original column.

Thanks,
 
In an un-used cell enter:
1.15 and copy the cell.

Select all the cells you wish to scale and
Edit > PasteSpecial > with Multiply checked.
 
Back
Top