Referencing a horizontal range into a vertical range

The Grim Discovery

Board Regular
Joined
Jan 23, 2015
Messages
246
Office Version
  1. 365
Platform
  1. Windows
Hello

Is there a shortcut to referencing a horizontal range into a vertical range (and vice versa) without having to manually go into each cell and change the formula?

This is what I've got:
In Sheet 1 the data resides in the column H2:H141
In Sheet 2 I need to reference that data in row G2:EQ2

I've got three cells into this:

In Sheet 2 cell G2 is the formula =Sheet1!H2
In Sheet 2 cell H2 is the formula =Sheet!H3
In Sheet 2 cell I2 is the formula =Sheet1!H4
But I'm having to manually change the formula. I really want to be lazy and not make this minor adjustment to the remaining 100+ cells.

Please tell me there's a way.
Thanks in advance.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hi, you can try in G2 copied across.
Excel Formula:
=INDEX('Sheet1'!$H$2:$H$141,COLUMNS($G2:G2))

Or a single formula that will spill across.
Excel Formula:
=TOROW('Sheet1'!H2:H141)
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,182
Members
453,020
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