#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Help with vlookup
 
Posts: n/a
Default vlookup

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)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kassie
 
Posts: n/a
Default vlookup

How much RAM do you have?

"Help with vlookup" wrote:

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)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default vlookup

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 12:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"