![]() |
Using Contents of One Cell as Index into Another Cell
Hi,
Let's say I have a worksheet with a value at cell A1, and I want to use that value as an index into another cell in column B. So if A1 has the value of 2, I want to be able to pick up that value and get the cell location for a formula (in this case it would be B2). How would I do this? I checked the Index function, but it doesn't do what I want. I tried a direct approach of juxtaposition, but to no avail. Any help would be greatly appreciated. |
Using Contents of One Cell as Index into Another Cell
You can use the INDIRECT function: ="B" & A1
There are other examples he http://www.contextures.com/xlFunctions05.html wrote: Hi, Let's say I have a worksheet with a value at cell A1, and I want to use that value as an index into another cell in column B. So if A1 has the value of 2, I want to be able to pick up that value and get the cell location for a formula (in this case it would be B2). How would I do this? I checked the Index function, but it doesn't do what I want. I tried a direct approach of juxtaposition, but to no avail. Any help would be greatly appreciated. -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Using Contents of One Cell as Index into Another Cell
Debra Dalgleish wrote:
You can use the INDIRECT function: ="B" & A1 That did the trick. -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html Thanks a ton! |
Using Contents of One Cell as Index into Another Cell
You're welcome! Thanks for reporting that it worked.
wrote: Debra Dalgleish wrote: You can use the INDIRECT function: ="B" & A1 That did the trick. -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html Thanks a ton! -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
All times are GMT +1. The time now is 01:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com