I have a table with agents in column A, with various rates for various
services in Columns B-F.

I want to look up agent X and service Y and have the cell return the
correct rate.

Pretty simple, but I'm stumped!

HELP!

Re: MATCH & INDEX ISSUE? by T

T
Fri Mar 14 22:13:42 CDT 2008

B1:G1 = services
A2:A10 = agent names

A12 = agent name to lookup in table
B12 = service to lookup in table

=VLOOKUP(A12,A1:G10,MATCH(B12,A1:G1,0),0)


--
Biff
Microsoft Excel MVP


<merubenstein@gmail.com> wrote in message
news:d8d9a11f-9413-479f-9f30-3cbd851cf740@u10g2000prn.googlegroups.com...
>I have a table with agents in column A, with various rates for various
> services in Columns B-F.
>
> I want to look up agent X and service Y and have the cell return the
> correct rate.
>
> Pretty simple, but I'm stumped!
>
> HELP!
>