Copy and paste a cell reference?

cfogelberg

New Member
Joined
Mar 23, 2012
Messages
1
Hello,

This is an Excel 2007 and Excel 2010 question (I use both, and guess the answer will be basically the same for both): In the same way I can paste a value into formulae with "paste value", is there any way to paste a cell reference?

For example, I've attached a simple example below which shows the same setup three times.

Excel Workbook
BCDEFG
2Basic template
3
4
5YoY value100100100100
6
7Paste special - Value and Multiple
8Growth10%
9Multiplier110%
10YoY value100110121133.1
11
12Paste special - Formula and Multiple - DOESN'T WORK
13Growth10%
14Multiplier110%
15YoY value100100100100
Sheet1
Excel 2007
Cell Formulas
RangeFormula
E5=D5
E10=(D10)*1.1
E15=((D15)*(1+E14))*(1+E14)
F5=E5
F10=(E10)*1.1
F15=((E15)*(1+F14))*(1+F14)
G5=F5
G10=(F10)*1.1
G15=((F15)*(1+G14))*(1+G14)
D9=1+D8
D14=1+D13



In the first example, we have the pre-existing sales year on year for 4 years.

However, we realise we need to adjust the sales year on year by some growth rate. The second example is a first attempt which copies and special pastes by value the multiplier 110% into each of the future years. This changes all of their formula to be multiplied by 1.1.

But actually, what I want is to be able to paste a reference into the formula of each of the cells in row 9 (e.g. "*D9") so that I can change the growth rate for all of them easily by changing the value in the "Growth" cell.

Doing a special paste by formula doesn't work (see the third example, where the multiplier for cells E15:G15 isn't in the D column anymore), and while I can manually edit the cell formulas when there's only 4 of them it's harder when there's 4000.

Many thanks in advance for your help,
Christo
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Enter this formula in E10 and copy across:
=D10*$D9

The $ in front of the D makes the reference absolute so when you copy the formula across the D in D9 will not change, however the D in D10 will still change.
 
Upvote 0
What I will add to Ron's post is if you have more than one YoY value then you will have to make both the D and the 9 absolute i.e. $D$9

Excel Workbook
ABCDEFGHIJKL
1BCDEFG
22Basic template
33
44
55YoY value100100100100
66
77Paste special - Value and Multiple
88Growth10%
99Multiplier110%
1010YoY value100110121133146.41161.051177.156194.872214.359
11YOY value2150165181.5200219.615241.577265.734292.308321.538
12YOY value3200220242266292.82322.102354.312389.743428.718
13YOY value4300330363399439.23483.153531.468584.615643.077
14YOY value5400440484532585.64644.204708.624779.487857.436
15YOY value6500550605666732.05805.255885.781974.3591071.79
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,151
Messages
6,123,316
Members
449,094
Latest member
Chestertim

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