vlookup

G

Guest

When I run vlookup I get N/A. Also an error message saying "excel can't
complete task with availabe resources. Choose less data or close other
applications." I tried closing my other applications and that didn't work.
I'm almost positive my formula's correct. Any thoughts?

=VLOOKUP(A2,'Master ZIP Code Cross-References 2005.xls'!$A$2:$C$30104,3,FALSE)
 
P

Pete_UK

You don't have a sheet reference in your xls file. I think you may have
to do something like:

=VLOOKUP(A2,'[Master ZIP Code Cross-References
2005.xls]Sheet1'!$A$2:$C$30104,3,FALSE)

assuming your table is in Sheet1 and that the file is in the current
folder.

Hope this helps.

Pete
 

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

Top