Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A challenge: referencing cell contents in nested function formula | Excel Worksheet Functions | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
Function syntax to compare cell contents | Excel Worksheet Functions |