Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default maximum lookup functions

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default maximum lookup functions

The number of formulas is generally limited by available memory on your
computer.

Post one of the formulas you think is not working correctly, with an
explanation of what it is doing, and what you think it is doing. Perhaps you
are overlooking something.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default maximum lookup functions

I have very simple lookup functions (for example:
VLOOKUP(C$36;$C$16:$N$20;$B38;FALSE)), but a lot of them (appr. 2000) in one
spreadsheet.

In my inputsheet I change a value that has consequenses for a lot of other
sheets. From these sheet calculations are made to calculate a final result.
But sometimes (that's the problem: there's no consistency in the results), if
I change the input, the final result doesn't change! I think I have used too
many lookup functions in one spreadsheet and Excel can't cope with that.

"Dave F" wrote:

The number of formulas is generally limited by available memory on your
computer.

Post one of the formulas you think is not working correctly, with an
explanation of what it is doing, and what you think it is doing. Perhaps you
are overlooking something.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default maximum lookup functions

Is your calculation set to automatic? Tools--Options--Calculation--Automatic?

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

I have very simple lookup functions (for example:
VLOOKUP(C$36;$C$16:$N$20;$B38;FALSE)), but a lot of them (appr. 2000) in one
spreadsheet.

In my inputsheet I change a value that has consequenses for a lot of other
sheets. From these sheet calculations are made to calculate a final result.
But sometimes (that's the problem: there's no consistency in the results), if
I change the input, the final result doesn't change! I think I have used too
many lookup functions in one spreadsheet and Excel can't cope with that.

"Dave F" wrote:

The number of formulas is generally limited by available memory on your
computer.

Post one of the formulas you think is not working correctly, with an
explanation of what it is doing, and what you think it is doing. Perhaps you
are overlooking something.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default maximum lookup functions

No, all manual (using ctrl-alt-shift-F9). But this what you wrote to someone
else is helping:

Likely you have a lot of volatile functions that are recalculated every time
you do something in XL. If you want some hints as to how to optimize
performance, see this white paper:
http://msdn2.microsoft.com/en-us/library/aa730921.aspx

Thanx, Amberont



"Dave F" wrote:

Is your calculation set to automatic? Tools--Options--Calculation--Automatic?

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

I have very simple lookup functions (for example:
VLOOKUP(C$36;$C$16:$N$20;$B38;FALSE)), but a lot of them (appr. 2000) in one
spreadsheet.

In my inputsheet I change a value that has consequenses for a lot of other
sheets. From these sheet calculations are made to calculate a final result.
But sometimes (that's the problem: there's no consistency in the results), if
I change the input, the final result doesn't change! I think I have used too
many lookup functions in one spreadsheet and Excel can't cope with that.

"Dave F" wrote:

The number of formulas is generally limited by available memory on your
computer.

Post one of the formulas you think is not working correctly, with an
explanation of what it is doing, and what you think it is doing. Perhaps you
are overlooking something.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default maximum lookup functions

I was just about to refer you to that.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

No, all manual (using ctrl-alt-shift-F9). But this what you wrote to someone
else is helping:

Likely you have a lot of volatile functions that are recalculated every time
you do something in XL. If you want some hints as to how to optimize
performance, see this white paper:
http://msdn2.microsoft.com/en-us/library/aa730921.aspx

Thanx, Amberont



"Dave F" wrote:

Is your calculation set to automatic? Tools--Options--Calculation--Automatic?

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

I have very simple lookup functions (for example:
VLOOKUP(C$36;$C$16:$N$20;$B38;FALSE)), but a lot of them (appr. 2000) in one
spreadsheet.

In my inputsheet I change a value that has consequenses for a lot of other
sheets. From these sheet calculations are made to calculate a final result.
But sometimes (that's the problem: there's no consistency in the results), if
I change the input, the final result doesn't change! I think I have used too
many lookup functions in one spreadsheet and Excel can't cope with that.

"Dave F" wrote:

The number of formulas is generally limited by available memory on your
computer.

Post one of the formulas you think is not working correctly, with an
explanation of what it is doing, and what you think it is doing. Perhaps you
are overlooking something.

Dave
--
Brevity is the soul of wit.


"amberont" wrote:

Hi!
Does anyone know how many lookup functions one spreadsheet can take to still
function properly? My spreadsheet doens't return the right numbers. Does it
help to maximize the number of iterations?

Amberont

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
Is there any way around the maximum of seven nested functions? Nakia Allen Excel Worksheet Functions 5 July 14th 06 12:49 PM
lookup more than one cell andrewm Excel Worksheet Functions 20 June 14th 05 05:33 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
find maximum of two values in an array with same lookup value Andy M Excel Discussion (Misc queries) 5 May 13th 05 01:31 PM


All times are GMT +1. The time now is 06:41 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"