is there a way to copy down and reference accross?

Jeff131313

New Member
Joined
Feb 9, 2011
Messages
32
i have series of headers in A1: z1 and on a seperate tab I want to reference vertically the order of values.

for example,
A6 = A1,
A7 = B1,
A8=C1,
A9=D1,
A10=E1
A11=F1
etc...

Can i copy this reference down vertically and continue the pattern of horizontal reference?
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
i have series of headers in A1: z1 and on a seperate tab I want to reference vertically the order of values.

for example,
A6 = A1,
A7 = B1,
A8=C1,
A9=D1,
A10=E1
A11=F1
etc...

Can i copy this reference down vertically and continue the pattern of horizontal reference?
Here's a non-volatile option...

=INDEX(Sheet1!A$1:Z$1,ROWS(A$6:A6))

Copy down as needed.
 
Upvote 0

Forum statistics

Threads
1,224,570
Messages
6,179,611
Members
452,931
Latest member
The Monk

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