Vlookup question

T

Tremag

I wonder if someone can help with a Vlookup question? Vlookups require you
specify a column index number, however I'd like to have a second condition
that matches a 2nd criteria column heading and then retrieves the value from
the intersection of the 1st and 2nd criteria in the table array. For example:


Part# Price Level 2
1234567



Part# Price Level 1 Price Level 2 Price Level 3
1234567 2.5 2.6 2.7
1111111 1 2 3
2222222 2 2.1 2.2
3333333 2 3 4

So looking to match on part# 1234567 and retrieve the appropriate pricing
from array (the req'd price levels can change with any given order). Thank
you!
 
T

T. Valko

You're welcome. Thanks for the feedback!

Biff

Tremag said:
Hi Biff, your awesome, it works like a charm - I really appreciate it!
Thank
you.

T. Valko said:
screencap:

http://img126.imageshack.us/img126/7784/lookupqw9.jpg

=VLOOKUP(A10,A2:D5,MATCH(B10,A1:D1,0),0)

Biff
I wonder if someone can help with a Vlookup question? Vlookups require
you
specify a column index number, however I'd like to have a second
condition
[quoted text clipped - 16 lines]
Thank
you!
 

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