Ho do I stop and start autoupdating in Google Sheets?

本秂侑毒 提交于 2020-11-29 10:23:37

问题


I have a spreadsheet in which a few sheets are very complex formulas which take a while to run. I want to be able to update the support pages and only run the sheets with formulas when they have focus. Is there anyway to do this in Google Sheets?


回答1:


As I understand, the recalculation settings in Google Sheets only have effect for certain functions like NOW and RAND.

The alternative is to use scripts instead of formulas.

References
Change locale, time zone, and recalculation settings - Docs editors help

Related

  • Formulas always recalculating when refreshing/loading spreadsheet


来源:https://stackoverflow.com/questions/30373782/ho-do-i-stop-and-start-autoupdating-in-google-sheets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!