VLOOKUP tweaks needed please!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)
 
I just tested this
=VLOOKUP(3,'20061101.xls'!myrange,2,0)

If no spaces in the name the ' ' should not be necessary
 
Thanks - this is much better! :-)

bigwheel said:
See if =VLOOKUP($D2,'G:\mel test.xls'!name,2,FALSE) will work.

Meltad said:
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)
 
I'd open that other workbook and build the formula by typing:

=vlookup($d2,
then use the mouse to point at that range
then finish up with the ,2,false)

Excel will get the syntax right.
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)
 

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

Back
Top