vlookup with 2 criteria or more

A

Are

Dear Masters

please help me function of vlookup using 2 criteria

A B C
1 X a AB
2 Y b AD

result :
input input result
X a AB

Thanks in advance
 
J

Jacob Skaria

With lookup values in E1 and E2

=INDEX(C1:C10,MATCH(1,(A1:A10=E1)*(B1:B10=E2),0))

Please note that this is an array formula. An array formula can perform
multiple calculations and then return either a single result or multiple
results. Array formulas act on two or more sets of values known as array
arguments. Each array argument must have the same number of rows and columns.
You create array formulas in the same way that you create other formulas,
except you press CTRL+SHIFT+ENTER to enter the formula. If successful in
'Formula Bar' you can notice the curly braces at both ends like "{=<formula>}"

If this post helps click Yes
 

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