Use ONLY a certain row number in cell reference

Chris Needham

New Member
Joined
Apr 3, 2011
Messages
4
This is a bit difficult to explain...
Is there any way to use ONLY one row number, but different columns, in cell references on a sheet?

For instance, one cell might contain a reference to A5, another to B5, another to C5 etc.

Then on another sheet I want to reference another row, but the same sequence, A6, B6, C6 etc.

What I'm hoping to accomplish is to be able to create a new sheet by copying an existing sheet, then by simply typing in say "5" or "6" or whatever in ONE cell on that new sheet, all referance will change to the row number.

Does that make any sense?
 

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).
Try:
=Index(A:A,$C$1)
where B1 contains the desired row number.
If you paste across columns, formula should automatically change to
=Index(B:B,$C$1) etc.
 
Upvote 0
Thanks for that.

I can get that to work in the same worksheet, but doesn't seem to work across different worksheets.

If I enter =INDEX('Data Entry'!J:'Data Entry'!J,$B$1) I get the #NAME? error.

Any idea with that?
 
Upvote 0
Thanks for that.

I can get that to work in the same worksheet, but doesn't seem to work across different worksheets.

If I enter =INDEX('Data Entry'!J:'Data Entry'!J,$B$1) I get the #NAME? error.

Any idea with that?

On which sheet and where are you entering this formula?
 
Upvote 0
Thanks for that.

I can get that to work in the same worksheet, but doesn't seem to work across different worksheets.

If I enter =INDEX('Data Entry'!J:'Data Entry'!J,$B$1) I get the #NAME? error.

Any idea with that?

Delete the second occurence of 'Data Entry'! in the formula ie:

=INDEX('Data Entry'!J:J,$B$1)
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,738
Members
452,940
Latest member
Lawrenceiow

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