#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default MATCH & INDEX ISSUE?

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!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default MATCH & INDEX ISSUE?

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


wrote in message
...
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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
index match issue StephenAccountant Excel Worksheet Functions 2 December 14th 07 03:49 AM
VLOOKUP/Index&Match data format issue [email protected] Excel Worksheet Functions 3 April 4th 07 07:31 PM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 07:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"