Reference Column Starting At Lower Cell

Mcook13

New Member
Joined
May 14, 2019
Messages
43
I want to reference in a cell another cells info that's in another tab.

I have cell A10 that I have referencing cell W2 and copied down in each cell in column A to reference the next cell down in column W. (A11 = W3, A12 = W4, and so on)

So that the cells in column A will change automatically and not return an error value (#REF) if I delete any row in column W, changed the cells in column A to reference all of coiumn W (=W:W) however cell A10 references cell W10 and I need it to start at W2.

I can't figure out how to write OFFSET or INDIRECT formula to make this work.

Please assist!
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
i want to reference in a cell another cells info that's in another tab.

I have cell a10 that i have referencing cell w2 and copied down in each cell in column a to reference the next cell down in column w. (a11 = w3, a12 = w4, and so on)

so that the cells in column a will change automatically and not return an error value (#ref) if i delete any row in column w, changed the cells in column a to reference all of coiumn w (=w:w) however cell a10 references cell w10 and i need it to start at w2.

I can't figure out how to write offset or indirect formula to make this work.

Please assist!

=offset(a10,-8,22)
 
Upvote 0
Put the formula in cell A10 and copy it down to

=INDIRECT("W" & ROWS($A$1:A1) +1)
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

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