lookup

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

Guest

I need to compare values in columns B & C of the same row on one sheet and
find a value match in a 2 column range of another sheet and return the value
of column E of the same row from one sheet to another

SHEET 1 SHEET 2
eg B C D E B C D
E
xy yz __ xy yz
__
 
Is the value to return a text value or a numeric value?

Which sheet is the value to return on?

Biff
 
Try this:

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not just
ENTER):

=INDEX(Sheet2!E1:E10,MATCH(1,(Sheet2!B1:B10=B1)*(Sheet2!C1:C10=C1),0))

Biff
 

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

Similar Threads


Back
Top