Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Not able to complete the task?

Does anyone have any suggestions on my case?
When I use Index function as shown below,

=INDEX(''!O:O,MATCH($B3,'path'!$A:$A,0))
=INDEX('path'!O$2:O$10000,MATCH($B3,'path'!$A$2:$A $10000,0))
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))

Excel is not able to complete the task with existing resource, please select
less data or close other application.

Does anyone have any suggestions what cause the problem?
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Not able to complete the task?

Hi,

which of these functions is causing the problem? And what does !O:O mean?
Is it necessary to Match against the entire 65,536 rows or 1,048,000 rows
(2007)? That is very resource intensive.

Thanks,
Shane Devenshire

"Eric" wrote:

Does anyone have any suggestions on my case?
When I use Index function as shown below,

=INDEX(''!O:O,MATCH($B3,'path'!$A:$A,0))
=INDEX('path'!O$2:O$10000,MATCH($B3,'path'!$A$2:$A $10000,0))
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))

Excel is not able to complete the task with existing resource, please select
less data or close other application.

Does anyone have any suggestions what cause the problem?
Thanks in advance for any suggestions
Eric

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Not able to complete the task?

Thank you very much for suggestions

I get the same problem with limited range for following code too.
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))
I get no problem, if the path is with the same worksheet, but if the path is
on another worksheet, the problem ocurred.

Do you have any suggestions?
Thank everyone very much for any suggestions
Eric

"Shane Devenshire" wrote:

Hi,

which of these functions is causing the problem? And what does !O:O mean?
Is it necessary to Match against the entire 65,536 rows or 1,048,000 rows
(2007)? That is very resource intensive.

Thanks,
Shane Devenshire

"Eric" wrote:

Does anyone have any suggestions on my case?
When I use Index function as shown below,

=INDEX(''!O:O,MATCH($B3,'path'!$A:$A,0))
=INDEX('path'!O$2:O$10000,MATCH($B3,'path'!$A$2:$A $10000,0))
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))

Excel is not able to complete the task with existing resource, please select
less data or close other application.

Does anyone have any suggestions what cause the problem?
Thanks in advance for any suggestions
Eric

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Not able to complete the task?

Hi Eric,

Yes, going against a closed external file is much slower than working
against another range in your workbook, (and probably a lot slower than if
you opened the other workbook - so you might try opening the other workbook
and see if that improves things.)

I suspect that Microsoft would say 1. close all other applications, 2.
increase RAM, 3. increase free hard disk space, and maybe increase swap file
size.

Although VLOOKUP is also resource intensive it looks to me as though you
could use

=VLOOKUP($B3,'path'!$A$8000:$O$9000,15,FALSE))

You will need to test to see if this improves things.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Eric" wrote:

Thank you very much for suggestions

I get the same problem with limited range for following code too.
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))
I get no problem, if the path is with the same worksheet, but if the path is
on another worksheet, the problem ocurred.

Do you have any suggestions?
Thank everyone very much for any suggestions
Eric

"Shane Devenshire" wrote:

Hi,

which of these functions is causing the problem? And what does !O:O mean?
Is it necessary to Match against the entire 65,536 rows or 1,048,000 rows
(2007)? That is very resource intensive.

Thanks,
Shane Devenshire

"Eric" wrote:

Does anyone have any suggestions on my case?
When I use Index function as shown below,

=INDEX(''!O:O,MATCH($B3,'path'!$A:$A,0))
=INDEX('path'!O$2:O$10000,MATCH($B3,'path'!$A$2:$A $10000,0))
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))

Excel is not able to complete the task with existing resource, please select
less data or close other application.

Does anyone have any suggestions what cause the problem?
Thanks in advance for any suggestions
Eric

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Not able to complete the task?

Thank you very much for suggestions
VLOOPUP does not work too for my case.
Does anyone have any suggestions? or it will be the limitation for Excel
Thank everyone very much for any suggestions
Eric

"Shane Devenshire" wrote:

Hi Eric,

Yes, going against a closed external file is much slower than working
against another range in your workbook, (and probably a lot slower than if
you opened the other workbook - so you might try opening the other workbook
and see if that improves things.)

I suspect that Microsoft would say 1. close all other applications, 2.
increase RAM, 3. increase free hard disk space, and maybe increase swap file
size.

Although VLOOKUP is also resource intensive it looks to me as though you
could use

=VLOOKUP($B3,'path'!$A$8000:$O$9000,15,FALSE))

You will need to test to see if this improves things.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Eric" wrote:

Thank you very much for suggestions

I get the same problem with limited range for following code too.
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))
I get no problem, if the path is with the same worksheet, but if the path is
on another worksheet, the problem ocurred.

Do you have any suggestions?
Thank everyone very much for any suggestions
Eric

"Shane Devenshire" wrote:

Hi,

which of these functions is causing the problem? And what does !O:O mean?
Is it necessary to Match against the entire 65,536 rows or 1,048,000 rows
(2007)? That is very resource intensive.

Thanks,
Shane Devenshire

"Eric" wrote:

Does anyone have any suggestions on my case?
When I use Index function as shown below,

=INDEX(''!O:O,MATCH($B3,'path'!$A:$A,0))
=INDEX('path'!O$2:O$10000,MATCH($B3,'path'!$A$2:$A $10000,0))
=INDEX('path'!O$8000:O$9000,MATCH($B3,'path'!$A$80 00:$A$9000,0))

Excel is not able to complete the task with existing resource, please select
less data or close other application.

Does anyone have any suggestions what cause the problem?
Thanks in advance for any suggestions
Eric



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
Excel cannot complete this task with available resources. Ali Excel Worksheet Functions 2 August 1st 08 07:49 AM
Excel cannot complete this task with available resoucres deathguy Excel Discussion (Misc queries) 1 August 17th 06 12:35 AM
Excel cannot complete this task with available resources. ChopperChand Excel Discussion (Misc queries) 0 April 20th 06 04:21 PM
Excel cannot complete this task starguy Excel Discussion (Misc queries) 7 April 14th 06 11:52 AM
how do you put a complete task check box on excel Flea New Users to Excel 0 November 16th 05 10:09 AM


All times are GMT +1. The time now is 11:15 AM.

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

About Us

"It's about Microsoft Excel"