The spreadsheet is 20 meg, the formulas are sumproduct, vlookup, nested if
statements,sumif and some reference formulas. It can take up to 10 minutes
to calculate.
What version of Excel, and what version OS? In any case, if the formulas
refer to whole columns, like sumif(a:a,"xxx",b:b), it will be nuch faster if
you change the formula to refer to the used range, like:
sumif(a1:a1000,"xxx",b1:b1000)