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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top