Compilation of App Script Files used mainly for Productivity Boosts
To use scripts/macros on Google Sheets:
- Open a Google Sheets File
- Click on Extensions > Apps Script (A separate tab will appear)
- Write or paste your code
- Go Back to the Sheets File
- Import the script via Extensions > Macros > Import Macros
- Find that function and press the 'Import Button'
- Open Extensions > Macros > Manage Macros
- Bind your function to a selected number (from 0 to 9)
- Test is the function Works (Ctrl + Alt + Shift + )
| Script | Function |
|---|---|
| InsertCurrentDate.gs | Use to quickly add the current Date to a Selected Cell |
| clearRangeToZero.gs | Replaces all non-empty cell values in a fixed range with the number 0. |
| sumAllToClipboard.gs | Use to quickly total all highlighted cells that only have numerical values. The result is then displayed, which can be copied. |