Performance issues
Hi All,
I have 4 sheets with 5000+ rows & with 4 column formulas. I would need to add a 5th formula, which looks like as stated below. When I added it the sheet started to slow down, it was freezing, since the formula runs on the cell basis. Is there an option to optimize the sheets' performance, when cell formulas are running?
=IF(Alias2 = Alias1, "", (COUNTIF($Alias$1:$Alias$5062, $Alias1) * (25 / 365)) * (AVERAGEIF($Alias$1:$Alias$5062, $Alias1, $[Individual_Daily_Target]$1:$[Individual_Daily_Target]$5062)) - ((COUNTIFS($Alias$1:$Alias$5062, $Alias1, $[Type_of_Absence]$1:$[Type_of_Absence]$5062, "Vacation")) * (AVERAGEIF($Alias$1:$Alias$5062, $Alias1, $[Individual_Daily_Target]$1:$[Individual_Daily_Target]$5062))))
Answers
-
What are the rest of your formulas?
-
The rest of the formulas are percentage calculations, like:
=IF([Day_worked]@row = 1, ([Category_Daily_Target]@row * [Classification_Time (%)]@row), (([Category_Daily_Target]@row * [Classification_Time (%)]@row) * [Day_worked]@row))
Thanks
-
DO you have any cross sheet references or cell links? Do you have a lot of automations and/or conditional formatting? All three of those things will definitely impact sheet performance.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!