really need some help on this lookup

C

chrisrowe_cr

Hi all,

I have still not managed to my formula working. The folling data is on
one workbook.

Product Type.........Risk Val.......Rating
Surfing........................2...............2
Racing.........................2...............1
Skiing..........................2...............6
Diving..........................3...............3
Rallying.......................2................5
Bungee Jumping..........3...............4

if the prod type is in A2:A7, the risk val is B2:B7 and the rating in
C2:C7 im trying to look up the product name of the highest ranked
product with a risk val of 2. For instance, in my second workbook I
would want to look up RACING. I want to be able to repeat this process
to look up the next highest and so on with SURFING next followed by
RALLYING. You'll notice that the items with a higher risk value are to
be ignored. I desperatly need to get this done, much appreciate any
help. Chris.
 
C

chrisrowe_cr

oops forgot to post my formula**
{=INDEX(B30:B35,MATCH(AND(D30:D35=2,E30:E35=1),1))}
 

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

Matching unsorted lookup values 4
Need some PWA help 0
count in a lookup ? 0
compicated lookup funtion 4
Help with this formula! 1
V/HLookup 3
Need a macro to do this... 1
Copy Headings based on Cell Value 2

Top