View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default VLOOKUP tweaks needed please!


I just tested this
=VLOOKUP(3,'20061101.xls'!myrange,2,0)

If no spaces in the name the ' ' should not be necessary
--
Don Guillett
SalesAid Software

"Meltad" wrote in message
...
I need to correct the VLOOKUP formula below, its not quite right with the
named range. The workbook is called 'mel test' on sheet 1 and contains a
named range 'name'...

=VLOOKUP($D2,[G\[mel test.xls]name",2,FALSE)