how do i setup vlookup to look up in a different excel spreadsheet

C

Chok

I use VLOOKUP function quite a bit..Lately I have a need to lookup values
from a different excel worksheet range..How can i specify the The path,file,
and the range to do it ?
 
D

Dave F

Do you mean a range in an external workbook? If so, the syntax would be
something like: =VLOOKUP(D1,'[other workbook.xls]sheet1'!$E$1:$G$118,2,FALSE)
 
D

Dave Peterson

Open that sending file
start your =vlookup() formula

type
=vlookup(a1,
But then use window (on the menubar) to go to that other workbook and worksheet.
point at the range to use (say all of book2.xls, sheet99, columns A:E)

then type
,2,false)

and hit enter.

Close the other workbook and you'll see how excel likes the syntax.

(I do my best to not remember this kind of stuff. If I can point and click and
let excel do the heavy lifting, it makes life much easier for me.)
 

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