will Vlookup work for this...

T

TG

Hello,

I am trying to utilize Vlookup to search for an item using two values in
order to find the necessary third value at a specified column. One of the
values for the look up is a number while the other one is a letter (or
text/word) I want to be able to look up these two values in order to find the
third as below:
Spreadsheet 1
Column A: Column B: spreadsheet #2----> column A
B C
Green 34
Green 34 V1

Green 35 V2

Green 33 V3
so buy just using the first two values of spreadsheet 1 i can get the
value needed in spreadsheet 2 which is in column C.

I hope this makes sence.
Thank you in advance,
TG
 
T

T. Valko

Try something like this array formula** :

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

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)
 

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