Thread: Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juan Pablo González Juan Pablo González is offline
external usenet poster
 
Posts: 226
Default Help

Can you post the formula that you have tried ? but the synatx should be
something like

=VLOOKUP(A1, Sheet2!$A$1:$C$100,3,0)

if its from another sheet in the same book, or

=VLOOKUP(A1, [Book2.xls]Sheet2!$A$1:$C$100,3,0)

if its in another book.

The Paste Function wizard should be really useful to let Excel give you the
right syntax.

--
Regards,

Juan Pablo González

"aducutlas " wrote in message
...
I'm trying to use the Vlookup function to pull data in from one
speadsheet into another.....but I have trouble using the function...Can
anyone assist.


---
Message posted from http://www.ExcelForum.com/