vlookup error

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

Guest

i have this formula
=IF(ISNA(VLOOKUP(A2,'\\Malcolmp\shared\My Documents\[Share
Recommendations.xls]Portfolio'!$A$6:$J$67,10,FALSE)),"""",
VLOOKUP(A2,'\\Malcolmp\shared\My Documents\[Share
Recommendations.xls]'Portfolio'!$A$6:$J$67,10,FALSE))

i cant see what is wrong with it but i get an error based on
\\Malcolmp\shared\My in the 2nd line
much appreciated if anyone can help
 
for some reason i dont get the error if i have the filepath pointing to a
document on my hard drive rather than elsewhere onthe server.
 
There is an extra ' before Portfolio in the 2nd occurance. Might just be a
message typo. Might be the problem.

HTH,
--
George Nicholson

Remove 'Junk' from return address.


Micayla Bergen said:
for some reason i dont get the error if i have the filepath pointing to a
document on my hard drive rather than elsewhere onthe server.

Micayla Bergen said:
i have this formula
=IF(ISNA(VLOOKUP(A2,'\\Malcolmp\shared\My Documents\[Share
Recommendations.xls]Portfolio'!$A$6:$J$67,10,FALSE)),"""",
VLOOKUP(A2,'\\Malcolmp\shared\My Documents\[Share
Recommendations.xls]'Portfolio'!$A$6:$J$67,10,FALSE))

i cant see what is wrong with it but i get an error based on
\\Malcolmp\shared\My in the 2nd line
much appreciated if anyone can help
 

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

vlookup 3 columns all return same 4
addon to equation 6
Problem with formulas 4
IF vlookup return "value" 5
using vlookup for multiple files 6
IF ERROR FORMULA 2
VLOOKUP HELP 5
vlookup 6

Back
Top