if statements across worksheets

  • Thread starter Thread starter tesc_miller
  • Start date Start date
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
 
If I understood correct.....

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


Change the references as per your need.
 
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!!!
 

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

Back
Top