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 to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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