This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* To use this in a Google Sheet: | |
| 1. Go to Tools > Script Editor. | |
| 2. Save the script. | |
| 3. Paste this script and click on the bug symbol. | |
| 4. Authorize the script. | |
| 5. Refresh the sheet. | |
| */ | |
| // global | |
| var ss = SpreadsheetApp.getActive(); |