Row Column Refrence

bdennis5

New Member
Joined
Mar 25, 2002
Messages
10
Formula X = Row Number 1
Formula Y = Column Number 2

I put these togather(X&Y) and get 12. What I want to do is make it look at R1C2. How do I do this?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
On 2002-03-26 09:26, bdennis5 wrote:
Formula X = Row Number 1
Formula Y = Column Number 2

I put these togather(X&Y) and get 12. What I want to do is make it look at R1C2. How do I do this?

Do you mean:

=INDIRECT(ADDRESS(1,2))
 
Upvote 0
Yes that dose it...Now if I am on Sheet1 and want the range to look at Sheet2 what would I need to do. Right now it is looking at the current sheet the formula is in.

Thanks for the Help,
Bobby
 
Upvote 0
On 2002-03-26 09:45, bdennis5 wrote:
Yes that dose it...Now if I am on Sheet1 and want the range to look at Sheet2 what would I need to do. Right now it is looking at the current sheet the formula is in.

Thanks for the Help,
Bobby

=INDIRECT("Sheet2!"&ADDRESS(1,2))

You may even have Sheet2 in a cell, say, E1 as name, then use:

=INDIRECT(E1&"!"&ADDRESS(1,2))

Aladin
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,666
Members
448,977
Latest member
moonlight6

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