When Spreadsheet Freezer is enabled for a spreadsheet, it creates an empty formula store for that spreadsheet. On user demand, the user selected formulas are added to/removed from the formula store and the ranges that originally hold those formulas are frozen/unfrozen.
By freeze we mean that the formulas are overwrote by their results.
By unfreeze we mean that the formulas results are cleared and the formulas are added again to their original cells.
Spreadsheet Freezer functions are available through the Google Sheets Add-ons menu.
To add a formula to the formula store that returns a single value to the formula store, like =NOW()
, do the following:
To add a formula to the formula store that returns an array of values to the formula store, like =IMPORTRANGE(url,reference)
, do the following:
To Freeze click Add-ons > Spreadsheet Freezer > Freeze.
To Unfreeze click Add-ons > Spreadsheet Freezer > Unfreeze.
To remove a formula from the formula store when there is only one formula:
To remove a formula from the formula store when there are two or more formulas you should know the index base 0 (the first formula index is 0) of the formula to remove from the formula store.
If you have questions about how to use Spreadsheet Freezer, please post them on Web Applications by using the following tags:
If you have inquiries that aren't about how to use Spreadsheet Freezer like a feature request please send it through Feedback.