OldManDemosthenes
New Member
- Joined
- Apr 19, 2011
- Messages
- 38
Is it possible to create a formula say on sheet1 A2 which takes the value in cell A1 and finds that same value in sheet2? It then uses an offset formula to find a value listed below the original A1 value and place it in A2.
I know that this can ordinarily be done with hlookup but for my purposes that won't work. The reason for this is that "name" value that is searched for is not in a consistent row or column in sheet2 (data is downloaded from the internet and I don't want to alter the layout). Secondly, I assume I need to use the offset formula because the data on sheet2 is listed in 2 columns below each of the name values. So if the name value is on sheet2 B5, I will eventually need to pull the values from sheet2 b7 and c7.
I'm willing to use basic excel formulas or VBA code - whatever works. Any suggestions are much appreciated!
I know that this can ordinarily be done with hlookup but for my purposes that won't work. The reason for this is that "name" value that is searched for is not in a consistent row or column in sheet2 (data is downloaded from the internet and I don't want to alter the layout). Secondly, I assume I need to use the offset formula because the data on sheet2 is listed in 2 columns below each of the name values. So if the name value is on sheet2 B5, I will eventually need to pull the values from sheet2 b7 and c7.
I'm willing to use basic excel formulas or VBA code - whatever works. Any suggestions are much appreciated!