View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default vlookup on close file

=VLOOKUP(E1,'C:\File location\[my.xls]Sheet1'!$A$1:$B$100,2,0)


"Dan" wrote:

WHat is the syntax to use vlookup - to gett data from a closed spreadsheet
called my.xls from a tab call sheet1.
Thanks you