Available Resource Error

  • Thread starter Thread starter ken8795
  • Start date Start date
K

ken8795

I have a link to another worksheet that I actually obtained help with
earlier today. The function worked perfectly on my test data file.
The following is the function I ended up utilizing...

=SUMPRODUCT(--('C:\Documents and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$A$2:$A$65535="A601")*(--('C:\Documents
and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$M$2:$M$65535=P3)*(--('C:\Documents
and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$U$2:$U$65535))))

The problem I am having is that every time I enter the formula in and
exit the cell I receive the error message...

Excel cannot complete this task with available resources. Choose less
data of close other applications.

I only have Excel running. I also reduced the top end on the range
with no luck. I am not sure where to go from here. Anyone have any
suggestions?
 
You're using lots of rows (2:65535). Do you need to use that many?

I'd try shrinking those ranges to see if it helps.
I have a link to another worksheet that I actually obtained help with
earlier today. The function worked perfectly on my test data file.
The following is the function I ended up utilizing...

=SUMPRODUCT(--('C:\Documents and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$A$2:$A$65535="A601")*(--('C:\Documents
and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$M$2:$M$65535=P3)*(--('C:\Documents
and Settings\Ken\My
Documents\[producerytd.xls]Sheet1'!$U$2:$U$65535))))

The problem I am having is that every time I enter the formula in and
exit the cell I receive the error message...

Excel cannot complete this task with available resources. Choose less
data of close other applications.

I only have Excel running. I also reduced the top end on the range
with no luck. I am not sure where to go from here. Anyone have any
suggestions?
 
As I said, I have tried to reduce the top end on all of the ranges with
no sucess. The number of rows that I actually have varies. I
currently have just under 8100 rows and tried to set the top end at
that point. No luck

Any other suggestions??
 
Open the other file?
As I said, I have tried to reduce the top end on all of the ranges with
no sucess. The number of rows that I actually have varies. I
currently have just under 8100 rows and tried to set the top end at
that point. No luck

Any other suggestions??
 

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