close

When I run vlookup I get N/A. Also an error message saying quot;excel can't
complete task with availabe resources. Choose less data or close other
applications.quot; 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)

How much RAM do you have?

quot;Help with vlookupquot; wrote:

gt; When I run vlookup I get N/A. Also an error message saying quot;excel can't
gt; complete task with availabe resources. Choose less data or close other
gt; applications.quot; I tried closing my other applications and that didn't work.
gt; I'm almost positive my formula's correct. Any thoughts?
gt;
gt; =VLOOKUP(A2,'Master ZIP Code Cross-References 2005.xls'!$A$2:$C$30104,3,FALSE)

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

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()