|  

» Retrieving an Item from a List that Meets Multiple Criteria

Problem:

Range A2:C7 contains a list of items and their corresponding colors and prices.
We want to find the name of the first Blue item that costs less than $200.

Solution:

Use the INDEX and MATCH functions as shown in the following Array formula:
{=INDEX(A2:A7,MATCH(1,(B2:B7=D2)*(C2:C7


Rate This Tip
12 34 5
Rating: 2.40     Views: 14309
No comments have been submitted.
Name
Comment Title
Comments