Lookup across 2 or more columns to match a row

G

Guest

Hi,

I need to be able to lookup a value in a row based on 2 or more columns. I
need to get the contact name for the Story based on the project name.

The spreadsheet I need to use for the lookups are (based on a pivot table).
Project Name Story Name
T&M_FinanceApps BOS Reports
EBIT Reports Changes

I need to get the contact name from the following.
Name Story Name Display
Name Contact
T&M_FinanceApps Finance T&M
A.Person
T&M_FinanceApps BOS Reports Finance T&M
B.Person
T&M_FinanceApps EBIT Reports Changes Finance T&M C.Person

Any help or ideas would be appreciated.
Thanks
 
B

Bob Phillips

Something like

=INDEX(Data!E1:E1000,MATCH(A2&B2,Data!A1:A1000&Data!B1:B1000,0))

where Data is the sheet with the table, the lookup values are in A and B
respectively, and the contact is in E.
 
B

Bob Phillips

Forgot to mention that this is an array formula, so commit with
Ctrl-Shift-Enter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top