What it does
Update
- Bulk rename folders
- A new tickbox feature has been added to now allow you to rename folders.
Find out more
Bulk Rename Files Add-on webpage - includes instructions and demo videos.
I'm Phil Bainbridge and I aim to share my experiences of IT projects I've worked on as I continue to learn and develop, through this blog. My main coding language is Google Apps Script (with JavaScript), but there is also some: PowerShell, HTML, SQL and jQuery.
Bulk Rename Files Add-on webpage - includes instructions and demo videos.
The following Google Apps Script is designed to check a Google Sheet once per day and if the date is in the past it Autofills another row with the existing formulas used across the columns. This post is a variation of the Autofill Google Sheet Formula one.
| Autofill Google Sheet formulas each day |
The following JavaScript code is a quick and easy alternative to sorting through an array of duplicates. It was highlighted to me by my colleague Tom Smith. As before it is designed to go through an array of values that contains duplicates and create a new array of only the unique ones, but not arranged alphabetically in this instance.
| Sort an array with JavaScript Sets |
The following Google Apps Script tool is designed to take a single Google Drive file e.g. a Doc / Sheet / Slide and make duplicates/copies of it with unique file names. The tool will also create a clickable link within the Google Sheet to each new file copy.
| Screenshot of the tool for duplicating Drive files |
As of January 2024 this tool is now available as a Google Workspace Marketplace Add-on.
The following Google Apps Script is designed to automatically close a Google Form once it has reached the number of responses you specify.
Auto close Google Form after X responses download (please use 'Overview' > 'Make a copy' for your own version).
| Screenshot of Sheet data to create a Doc for |
Bulk rename Google Drive files quickly and easily with this Add-on. You define exactly what you want to search for in the file name and the text to replace it with. Along with options for handling special characters and append/prepend to the existing file name. Works across My/Shared drives.
| Add sequential numbers to existing file names |