vlookup

R

rcharter

Hello
I am trying to ascertain whether vlookup can be used to import data from a different workbook, and if so what is the syntax. Thanks
 
R

RCHARTER

Hello again. If anyone could post me an example of a vlookup formula to import data from a different workbook I would be very thankful
Rcharter
 
K

Katherine Coombs

Hi Rcharter,

A vlookup doesn't import data, per se. It provides a way to lookup data in
one range and return resultant data from another range.

The syntax is:
=VLOOKUP(A1,[Book3.xls]Sheet1!$A$1:$B$2,2,FALSE)

where:
- A1 is the cell in the current worksheet that you're looking up.
- Book3 is the name of the other workbook
- Sheet1 is the name of the worksheet in Book3
- $A$1:$B$2 is the range in Book3, Sheet1 that contains the table array

Is this what you're trying to achieve?

Cheers,
Katherine

RCHARTER said:
Hello again. If anyone could post me an example of a vlookup formula to
import data from a different workbook I would be very thankful.
 

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

Similar Threads


Top