two way match

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a worksheet with drop boxes in the first two columns of a table. The
user selects two options (manufacturer and product) and the row should fill
in the appropriate items from a data table. My search items are in colomn A
and B. How can I do this? There are quite a few different products and
manufacturers.


Thanks,

Todd
 
Hi
try the following array formula (committed with CTRL+SHIFT+ENTER):
=INDEX(C1:C100,MATCH(1,(A1:A100=lookup_cell_1)*(B1:B100=lookup_cell_2),
0))
 

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

Back
Top