I don't know if I understand everyting right,
So to decrease the calculation time it is better to split the formula's up
in more cells, in stead of using a complex formula (and get a direct result),
I already use dynamic ranges, but it seems to make no difference.
It is not possible for me to use sorted ranges,
Are there any other tips to decrease the calculation time
Thanks for the info so far

Signature
There are only 10 types of people in the world:
Those who understand binary and those who don''''t.
> When there are too many dependencies, every cell gets recalculated whether it
> is in a dependency list or not.
[quoted text clipped - 25 lines]
> > >
> > > Thanks in advance
bj - 12 Jun 2007 15:55 GMT
Do your sheets work back and forth?
if each sheet is independant, you could have a macro which would make only
formulas in that sheet calculate when you change something in that sheet.
if you have to make several changes at a time to the master data sheet you
could turn off calculations when that sheet is active.
> I don't know if I understand everyting right,
>
[quoted text clipped - 38 lines]
> > > >
> > > > Thanks in advance
BKO - 13 Jun 2007 07:10 GMT
That looks interesting,
I have one large sheat with data (import, 10.000 rows),
one sheet with extrexted information (Data, 5000 rows),
and a sheet where the extrexted data is combined with manual input(input
(5000 rows)
I only need calculation after an import of the txt file, and after the
manual input is completed
At the end the information is combined in 4 or 5 sheets neccesary to
generate a report.
Can You give me some help by achiving this.
Thank a lot for your input,

Signature
There are only 10 types of people in the world:
Those who understand binary and those who don''''t.
> Do your sheets work back and forth?
> if each sheet is independant, you could have a macro which would make only
[quoted text clipped - 44 lines]
> > > > >
> > > > > Thanks in advance
Bob Phillips - 12 Jun 2007 16:24 GMT
Yes, in a manner such that a partial formula is only effected once by a
calculation, and if the result doesn't change, all its dependent cells
aren't recalculated.

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> I don't know if I understand everyting right,
>
[quoted text clipped - 48 lines]
>> > >
>> > > Thanks in advance