|
|
Subject:
Excel: Increase & Decrease a set of number by a percentage
Category: Computers > Software Asked by: cultural-ga List Price: $5.00 |
Posted:
05 Oct 2005 20:59 PDT
Expires: 11 Oct 2005 06:05 PDT Question ID: 576969 |
In need of some excel help. If I have one column with 10,000 rows and each row in that same column have a different value. How can I affect the entire column contain those value by a percentage, whether it is decreasing or increasing. You see, I have a list of prices in my excel spreadsheet that I need to change constantly. However instead of sitting down and change the price of each individual one, I want to change the entire thing by a percentage. Whether it is a positive percentage or negative percentage. I know there is a code to do this, I have tries to look it up in the excel help and the only thing they gave me for an answer was how to effect the change in one cell not the entire cell. ( =F5*(1+5%) ) This was the code that they gave me and it only work with one cell not the entire column. | |
| |
| |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Excel: Increase & Decrease a set of number by a percentage
From: kottekoe-ga on 05 Oct 2005 22:02 PDT |
Just paste your equation into every cell in the column. One way to do this is to put the equation in one cell, copy it, click the column heading, and then paste. If you want it in a range of cells, select that range and then paste. |
Subject:
Re: Excel: Increase & Decrease a set of number by a percentage
From: paul_and_emma-ga on 06 Oct 2005 05:05 PDT |
lets assume that your coulmn of figures is in column F rows 1 to 10,000. find an empty cell in you speadsheet, say column B, row 1 (from know on let's call this cell B1.) type into this cell your percentage adjustment e.g. 5% make sure that you use the % sign as 5% in a ratio is 0.05, and is not 5! insert a new column for your pecentage adjusted figures, by clicking anywhere in column G and selecting Insert / Column from the menu. Everything shuffles to the right, leaving you room. then type in to cell g1 the following: =f1(1+$b$1) NB if your percentage adjuster wasn't in cell B1 but in say Q34 then use $Q$34. the $ signs just tell excel that the cell is 'Fixed' when we come to copy the formula down your column. So, now lets copy the formula down the couln! Do this by selecting the cell (g1 in this case) and moving the cursor over the botom right hand corner of the cell so that it changes to a cross symbol. Click, Hold and drag the box down your column, and when you release the mouse button your coumn G will be filled with... =f1(1+$b$1) =f2(1+$b$1) =f3(1+$b$1) =f4(1+$b$1) ..... =f10000(1+$b$1) & when you change the value in cell B1 from 5% to say -10% all the column changes magically! good luck Paul PS if you hadn't used the $ tags infront of the B & the 1 in $b$1 then you would have got column G saying... =f1(1+b1) =f2(1+b2) =f3(1+b3) =f4(1+b4) ..... =f10000(1+b10000) |
Subject:
Re: Excel: Increase & Decrease a set of number by a percentage
From: manuka-ga on 06 Oct 2005 23:48 PDT |
There is a MUCH, MUCH easier way to do this. In particular, you DON'T need an extra column for the new figuers. Convert your percentage change into a ratio (divide by 100 and add 1). 5% more: 1.05 5% less: 0.95 Enter this into any blank cell, and copy the cell. Select the whole column whose values you want to change. Go to the Edit menu and select Paste Special... Click on "Values" and "Multiply" and then "OK". Done! |
Subject:
Re: Excel: Increase & Decrease a set of number by a percentage
From: cultural-ga on 07 Oct 2005 06:18 PDT |
manuka, Outstanding! Thank you so much. cultural P.s. how do I close this question and pay manuka for his work? |
Subject:
Re: Excel: Increase & Decrease a set of number by a percentage
From: manuka-ga on 11 Oct 2005 02:34 PDT |
Unfortunately (well, *I* think it's unfortunate!) you can't pay me since I'm not an official Researcher - I can comment but not post official Answers. So just close/expire the question and save yourself a few dollars. 8-) |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |