Here's a challenge (or maybe not) for you LOOKUP experts out there.....
Say you've got a table of data of the form:
Item 1 2 3 4 5 6 7 8
Data 1 2 12 7 6 3 4 9 4
Data 2 1 11 6 3 2 2 9 4
Data 3 2 3 9 7 1 6 9 4
So say looking at Data 1, and item 7 would return the value 9. Obviously HLOOKUP would perform this function admirably.
However, I'd like to be able to get the cell reference of the form "H2" as the result VIA THE USE OF HLOOKUP.
To go on from there, the idea is then to form an array using the x number of values to the left of that cell.
I'm asking this to see if there's another way, rather than using my present method which involves COUNTIF, OFFSET and defining name ranges.
Is this possible?!! Any suggestions would be appreciated....
Cheers,
BFG.
Say you've got a table of data of the form:
Item 1 2 3 4 5 6 7 8
Data 1 2 12 7 6 3 4 9 4
Data 2 1 11 6 3 2 2 9 4
Data 3 2 3 9 7 1 6 9 4
So say looking at Data 1, and item 7 would return the value 9. Obviously HLOOKUP would perform this function admirably.
However, I'd like to be able to get the cell reference of the form "H2" as the result VIA THE USE OF HLOOKUP.
To go on from there, the idea is then to form an array using the x number of values to the left of that cell.
I'm asking this to see if there's another way, rather than using my present method which involves COUNTIF, OFFSET and defining name ranges.
Is this possible?!! Any suggestions would be appreciated....
Cheers,
BFG.