Increasing price list by a percentage

chickenman1962

New Member
Joined
Oct 2, 2006
Messages
2
Hi,
I'm relatively new to Excel, and have a problem that hopefully someone can help me with.
I created a basic spreadsheet, denoting current pricing for various quantities. Pricing fluctuates frequently, by percentages, and I'd like a formula that allows me to quickly increase, or decrease the contents of the cells by the given percentage.
I assume that one cannot do so without creating a copy of the original worksheet, then referring back to the original cell contents to populate the new worksheet's cells with the new value, to avoid a "circular" notice. Any help would be greatly appreicated. I'm simply needing some help creating a formula. The one I've tried adds .08 to the price, not 8% for some reason.

Regards,
Chickenman
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
If I understand correctly, in an empty cell enter 1.08 (for 8%), click copy, highlight the range of cells to change and go to Edit/Paste Special and tick multiply.
 
Upvote 0
Welcome to the Board!

In an unused cell you can enter 1.08-->Copy it-->highlight the range you want the increase applied to-->then Edit-->Paste Special-->Multiply.

Or you can add a column and use =A1*(1+$B$1), where A1 is the range of prices and B1 is the % increase to be applied.

Hope that helps,

Smitty
 
Upvote 0
For some reason, when I try the idea of clicking in a empty cell, typing in 1.08, copying it, highlighting the cells to apply this and do a paste special, it does not show me a box that contains the "multiply" choice.

Regards,
Chickenman
 
Upvote 0

Forum statistics

Threads
1,214,545
Messages
6,120,128
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top