Try this:
A1 = Bob Smith
=INDEX(Sheet2!F$12:F$20,MATCH(A1,Sheet2!G$12:G$20,0))
Or, if you want to hardcode it into the formula:
=INDEX(Sheet2!F$12:F$20,MATCH("Bob Smith",Sheet2!G$12:G$20,0))
Biff
> I'm having a problem getting HLOOKUP to work where my data is on another
> sheet and the table array comes before the lookup value. For instance, on
[quoted text clipped - 8 lines]
>
> silas
silas - 13 Jun 2007 22:05 GMT
Thank you very much. The Index function did the trick.
silas
> Try this:
>
[quoted text clipped - 20 lines]
>>
>> silas
T. Valko - 13 Jun 2007 22:58 GMT
You're welcome. Thanks for the feedback!
Biff
> Thank you very much. The Index function did the trick.
>
[quoted text clipped - 24 lines]
>>>
>>> silas