View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] xmp333@yahoo.com is offline
external usenet poster
 
Posts: 5
Default 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.