Dear Experts,
I built an excel template, to make complex analyses. The template file takes around 4-5mb when empty and close to 10 MB when filled.
I used a lot of If, sumif, countif, sumproduct, offset, names, macros and graphs. Some of the typical formulas;
=IF(D78=0,"",(SUMPRODUCT((OFFSET('Sheet1'!$A$41,,,EEN)=$C$2)*(OFFSET('Sheet1'!$H$41,,,EEN)<14),(OFFSET('Sheet1'!$Z$41,,,EEN))))/$D78)
or
=SUMIF((OFFSET('Sheet1'!$P$41,,,EEN)),$C$2&$C84,OFFSET('Sheet1'!$AG$41,,,EEN))
I had some UDFs, but I removed them to make it faster. Still, even hiding a row takes 2-3 seconds.
Please help, how I can make it faster.
Thanks
Igal
I built an excel template, to make complex analyses. The template file takes around 4-5mb when empty and close to 10 MB when filled.
I used a lot of If, sumif, countif, sumproduct, offset, names, macros and graphs. Some of the typical formulas;
=IF(D78=0,"",(SUMPRODUCT((OFFSET('Sheet1'!$A$41,,,EEN)=$C$2)*(OFFSET('Sheet1'!$H$41,,,EEN)<14),(OFFSET('Sheet1'!$Z$41,,,EEN))))/$D78)
or
=SUMIF((OFFSET('Sheet1'!$P$41,,,EEN)),$C$2&$C84,OFFSET('Sheet1'!$AG$41,,,EEN))
I had some UDFs, but I removed them to make it faster. Still, even hiding a row takes 2-3 seconds.
Please help, how I can make it faster.
Thanks
Igal