I have Google spreadsheet with many formulas based on IMPORTXML function, and they are solving very slowly - about some days, because of the limited number of incoming requests to the site. I want to create trigger, which every 30 minutes will replace solved formulas by values. And not solved formulas calculate again if they have result #N/A
I found only how to refresh IMPORTXML by trigger Periodically refresh IMPORTXML() spreadsheet function
But how can I make a replaces?