![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 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? |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=INDIRECT(ADDRESS(1,2)) |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 10
|
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 |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
You may even have Sheet2 in a cell, say, E1 as name, then use: =INDIRECT(E1&"!"&ADDRESS(1,2)) Aladin |
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Mar 2002
Posts: 10
|
Aladin,
Thank you very much..It works great. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|