RE: Vlookup with multiple variables

Tech-Archive recommends: Fix windows errors by optimizing your registry



Try this

=INDEX(A1:A10,MATCH(1,(B1:B10="value1")*(C1:C10="value2"),0))

where a1 - A10 is the value to return and the other 2 columns are the lookup
values

Mike

"Sam" wrote:

How do I do a vlookup which will match multple variables?
.