Excel with lots of formulas in in

peter8848

Board Regular
Joined
Oct 7, 2018
Messages
112
Dear All,

I have designed a report which contains lots of formulas including assay formula, every time when i save or fresh it takes 10 mins to recalculate so meanwhile i cannot do any other work from excel.

Is it any other way we can work around it? At the moment I am using a different server or computer to run the report.

Cheers,

Peter
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Some points to consider...

Try to eliminate (re-write) formulas with volatile functions like INDIRECT, OFFSET, etc.
Do not reference whole columns in the formulas.
Try to re-write your array formulas as range-processing formulas with SUMIFS, COUNTIFS, etc.
Do not use conditional formatting and other color formatting profusely.
Try to convert the look up formulas with exact match to ones with approximate match.
 
Upvote 0

Forum statistics

Threads
1,215,518
Messages
6,125,293
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top