Indirect & Reference Cell Letter

Apple1

Board Regular
Joined
Jan 18, 2015
Messages
121
Using Excel 2010

I want to reference to Sheet 1 and different columns on the same row as I drag a formula down:
Example

Sheet 1! C39
Sheet 1! D39

1.
INDIRECT("Sheet 1!"&LEFT(ADDRESS(1, ROW(A3), 4, TRUE), (ROW(A3)>26)+1)&"$39/Sheet 1!$B39*100")


LEFT(ADDRESS(1, ROW(A3), 4, TRUE), (ROW(A3)>26)+1): gives letters from C onwards as I drag the formula down


For some reason, my Indirect formula doesn't work.

Thank you
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Supposing your range extends from C39 to AA39 say and you start your references on row 1

to reference cells in the same row simply use =index(sheet1!$C$39:$AA$39,row()) and pull down as needed
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,654
Messages
6,120,758
Members
448,991
Latest member
Hanakoro

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