How to use Shared Drives

One of my favourites features of a Google Workspace account is Shared Drives. In this post, we’re going to look at what they are, how to use them and how they differ from My Drive. What is a Shared drive? A Shared Drive lives in your Google Drive and is an addition to your normal… Continue reading How to use Shared Drives

What’s the difference between a Google Workspace and a free Gmail account?

What’s different in Google Workspace to a free Gmail account? This post will show you some of the differences between a paid Google Workspace account and a free personal Gmail account and quite often Google Workspace users aren’t aware of some of the extra features Workspace offers, so let’s have a look some of them… Continue reading What’s the difference between a Google Workspace and a free Gmail account?

How to authorize an Apps Script project

In this post, I’ll show you how to authorize an Apps Script project. This could be a project that you’ve written yourself or it could be a program someone else has written and something like Google Sheets has displayed a pop up window asking you to authorize the code. The good thing is that it’s… Continue reading How to authorize an Apps Script project

Forms & Sheets – Attendance System

In this post we’re going to make an attendance system using Google Forms and Sheets. The user will fill in the attendance on the form (possibly on their mobile) and the data will then be stored and organised automatically per student. This will also use a Form add-on called FormRanger to easily populate a Google Form… Continue reading Forms & Sheets – Attendance System

Create a Book inventory with Google Sheets & Apps Script

Here we’re going to make a simple book inventory, where we’ll be able to control the location of the books and also find out where a book is. This uses a mixture of GAS code and Sheets functions. We’ve got 3 sheets: Front page – This is what the user will see and use. In… Continue reading Create a Book inventory with Google Sheets & Apps Script