Recently, I have been using some simple scripts (thanks to people here at Stack Overflow and at Google Sheet Forum) in some of my Google spreadsheets: scripts for -
- getting dates in column B, if there is data in column A,
- getting the sheet name in a cell,
- ImportRange through script, etc.
My question is --- do I need to keep all these scripts as separate projects (which is what I am currently doing), or can I put each script in separate script files and let them be within a single project, or else, should I put all the functions/scripts within a single script file within a single project?
Why I am asking this because my spreadsheets are running quite slow lately. And would like to know which is the best scenario, if at all, out of the above three, to speed up the spreadsheet.