Auto Update Cell References

chmof13

New Member
Joined
Jan 29, 2018
Messages
15
Good afternoon,

Could someone please help me with a problem I am having? I am trying to reference a cell in Sheet1 by using ='Sheet2'!A2 for example and carry it down to ='Sheet2'!A30, but when I insert a row between that range and type in information it doesn't auto update. Further explanation: Sheet 2 A2 I have "10" and I go all the way to Sheet 2 A21 which will be "2000"; well let's say that I insert a row on Sheet 2 A3 that says "15", I need that to auto update my references. I expanded my range to allow changes like this to be made but it is not working the way I thought it would. Can someone please help me?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Have you tried the OFFSET function. Suppose for example, in cell A2 of Sheet1 you write the formula =OFFSET(Sheet2!A$2,ROW()-2,0) and copy it down this will give you the values in each consecutive row even if you insert or delete rows on Sheet2. Does that help?
 
Upvote 0
It sort of did! I managed to modify your formula slightly to make it work. Thank you for your help!!
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,425
Members
448,961
Latest member
nzskater

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