if statements across worksheets

T

tesc_miller

Worksheet 1:
Column A has values
Column B is text for those values

Worksheet 2
Column A has same some of the same values as WSheet 1, but not in same
order.
Column B needs the text that matches the values and text in WSheet 1,
Columns A and B,

I tried the IF statements and clicked on the appropriate cells from
each worksheet, but the one-to-one correspondence only works if the
cell numbers in each worksheet are the same. I'm guessing I'm using
the wrong formula. Any suggestions would be appreciated.

Llamamamalisa
 
G

Gaurav

If I understood correct.....

=VLOOKUP(A1,Sheet1!A1:B20,2,FALSE)


Change the references as per your need.
 
T

tesc_miller

If I understood correct.....

=VLOOKUP(A1,Sheet1!A1:B20,2,FALSE)

Change the references as per your need.









- Show quoted text -

It took quite a few tries, but I did it. Thanks bunches!!!
 
Top