Lookup Formula

B

Bernadette

Working with 2 spreadsheets. Want to populate text from spreadsheet 2 into
spreadsheet 1. Need a formula to look up a value from column A in
spreadsheet 1 in any row in column A in spreadsheet 2 and extract a value
from the same row from column B in spreadsheet 2 and populate info in
spreadsheet 1. Help!

Spreadsheet 1
Column A = Number
Column B = ? (needed from Spreadsheet 1)

Spreadsheet 2
Column A = Number
Column B = Text
 
B

Bernadette

Did that. Formula returning #N/A. Using Lookup(A1,Spreadsheet2!A1:B14,2).
What am I missing?
 
B

Bernard Liengme

As Don suggested you really should use Help to learn about VVVVVVLookup
Try VLOOKUP(A1,Spreadsheet2!A1:B14,2,FALSE).
best wishes
 

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