Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mr Mike
 
Posts: n/a
Default Formula Causing a Save Error Message

I've discovered that if I use a concatenate inside a vlookup, I get an error
message whenever I try to save the file. "Excel cannot complete this task
with available resources. Choose less data or close other applications". I
know that this is NOT the case because I can reboot, open nothing but excel
and get the same message.

If I delete this formula, I can save the file without the error message.

Any suggestions?

=VLOOKUP(CONCATENATE(A36,C32),'[Division Raw Data.xls]Adjusted OH by
Div'!$E:$F,2,FALSE)
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

Maybe it's trying to recalculate and fails.

have you tried using a smaller range than all of columns E:F:

=VLOOKUP(A36&C32,'[Division Raw Data.xls]Adjusted OH by Div'!$E1:$F999,2,FALSE)

(use a row number large enough--but not too large <vbg.)

(untested--I don't think I've ever seen that error while saving a file.)

Mr Mike wrote:

I've discovered that if I use a concatenate inside a vlookup, I get an error
message whenever I try to save the file. "Excel cannot complete this task
with available resources. Choose less data or close other applications". I
know that this is NOT the case because I can reboot, open nothing but excel
and get the same message.

If I delete this formula, I can save the file without the error message.

Any suggestions?

=VLOOKUP(CONCATENATE(A36,C32),'[Division Raw Data.xls]Adjusted OH by
Div'!$E:$F,2,FALSE)


--

Dave Peterson
  #3   Report Post  
Mr Mike
 
Posts: n/a
Default

Thanks a million Dave. It worked like a charm. $E1:F$16000

"Dave Peterson" wrote:

Maybe it's trying to recalculate and fails.

have you tried using a smaller range than all of columns E:F:

=VLOOKUP(A36&C32,'[Division Raw Data.xls]Adjusted OH by Div'!$E1:$F999,2,FALSE)

(use a row number large enough--but not too large <vbg.)

(untested--I don't think I've ever seen that error while saving a file.)

Mr Mike wrote:

I've discovered that if I use a concatenate inside a vlookup, I get an error
message whenever I try to save the file. "Excel cannot complete this task
with available resources. Choose less data or close other applications". I
know that this is NOT the case because I can reboot, open nothing but excel
and get the same message.

If I delete this formula, I can save the file without the error message.

Any suggestions?

=VLOOKUP(CONCATENATE(A36,C32),'[Division Raw Data.xls]Adjusted OH by
Div'!$E:$F,2,FALSE)


--

Dave Peterson

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
adding row to forumla carrera Excel Discussion (Misc queries) 9 August 23rd 05 10:24 PM
dragging a formula P Bates Excel Discussion (Misc queries) 3 August 7th 05 09:37 PM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 05:21 AM.

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"