Google Sheets
Ripanga Kūkara
This file has been archived - Click here to access the new content.
Basics
Columns
Rows
Crosshair
Pointer
Hand
Cells
Setting up your sheet
Freeze your columns and rows to lock your headings in place. This will keep your first row and column in place when scrolling through your data.
Setting up your sheet
Selecting and then resizing multiple columns together will keep the sizing consistent.
Basic calculations and formulas - Sum
Finding the Sum (total) of a value range:
Basic calculations and formulas
Applying formula to multiple cells:
Basic calculations and formulas - Average
Calculating the Average:
Splitting text
Number Formatting
Applying formula to multiple cells:
Filtering Data
Enabling Filters:
Filters and Filter View
It can be helpful to create and save filter views within your sheet to display specific filtered data.
Autofill
Autofill:
Conditional Formatting
You can create conditional formatting rules to colour code values within a range of cells. There are two options for conditional formatting- Single colour and colour range. This can be useful when organising student data, responses in from Forms, or timetabling.
Conditional Formatting - continued
Use conditional formatting to identify duplicates in a data set.
Protecting cells and ranges
Locking down a particular cell or range is a useful way of protecting the integrity of the sheet, particularly when it is widely shared.
Useful Tips and Tricks:
Use the Explore tab for quick analysis, formatting and breakdown of the data.
"Command + “forward slash” (Mac) or “Control” + “Forward Slash” (Windows) brings up the ultimate list of shortcuts that will allow you to get things done in a snap.
Add Image to cell with formula of =IMAGE(“url”)
In the parenthesis, put the link of the image from online in quotation marks
Use option/alt key to drop text a line without using text wrap
Embed a sheet in a google site and it will automatically be up to date (great for class timetable with tabbed weeks)
Use comments within sheets and direct them to particular users by using +emailaddress
Add ons
There are a large number of very useful add-ons available through the Add-ons tab.
Crop Sheet - cropping sheets to the data or to your selection
Save As doc - Easily exporting data within a sheet to Docs
Random Generator - Populate cells with random numbers
Remove duplicates - Identifying and removing duplicates within a set of data
rowCall - filters rows from your main Google Sheet by whatever column you select and then creates individual sheets for every unique cell in that column.
Lucidchart - Embedding flowcharts into sheets
Functions and Scripts in Sheets
Google Translate
=GOOGLETRANSLATE(F2, "en", "fr")
Sparkline
=SPARKLINE(A1:F1)
QR Code
Pull in the data from cells to create a QR code:
=IMAGE("https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl="&A1&"")
Some Fun Formulas:
Macros
A macro is an automated input sequence that imitates keystrokes or mouse actions.
Record your own repetitive actions
Exam Prep Tasks