• Front Page
    • Digital Education
    • Terry Freedman's Books Bulletin
  • RSS
  • Search
    • Welcome
    • The "About" Page
    • Testimonials
    • CV/Resumé
    • My Writing
    • Published articles
  • Corrections Policy
Menu

ICT & Computing in Education

Articles on education technology and related topics
  • Front Page
  • Newsletters
    • Digital Education
    • Terry Freedman's Books Bulletin
  • RSS
  • Search
  • Info
    • Welcome
    • The "About" Page
    • Testimonials
    • CV/Resumé
    • My Writing
    • Published articles
  • Corrections Policy
Tick box, by Terry Freedman

Tick box, by Terry Freedman

How teachers can use the tick box in Google Sheets

June 10, 2020

Google Sheets has a very handy feature: tick boxes. The nice thing about a column of tick boxes is that you can see at a glance whether or not a task has been completed or a deadline met, or student work handed in, and so on.

To give you an idea of how the feature might be used, I’ve created a simple checklist of tasks that I, as a teacher, might need to complete in order to teach a group of students online. The checklist is:

  1. Software installed?

  2. Software tested?

  3. Trial run organised?

  4. Resources uploaded?

  5. Online sessions scheduled?

  6. Instructions to students sent out?

  7. Calendar invitations sent out?

Here’s what it looks like in Google Sheets:

Tickbox 01 by Terry Freedman

Tickbox 01 by Terry Freedman

Notice that I’ve selected the cells under the heading “Done?”. That is so I can insert a tick box in each of them. You can do this by going to the Insert menu, and then clicking Tick box:

Tickbox 02 by Terry Freedman

Tickbox 02 by Terry Freedman

Your spreadsheet will now look like this:

Tickbox 03 by Terry Freedman

Tickbox 03 by Terry Freedman

As you can see, I’ve inserted a formula in the first cell under “Action”, so let me explain this. The tick box is more than a pretty symbol: you can actually make use of it. If it is ticked, it has a property of True; if it is unticked, its property is False. That means you can insert an IF formula if you wish. In this case, the formula means:

If the box has been ticked, show the word “Yay!”; otherwise, show “Oh no!”.

Next, drag the formula down in order to copy it into each cell in that column, as far down as the end of the table:

Tickbox 04 by Terry Freedman

Tickbox 04 by Terry Freedman

We can check whether it’s all working ok by ticking a few boxes:

Tickbox 05 by Terry Freedman

Tickbox 05 by Terry Freedman

That is all looking good. Why not use some conditional formatting to highlight the cells in the Action column? You might think this is overkill, and in this example it definitely is because you can see the whole table at once. But imagine if the table was much bigger, it might be difficult to see the wood for the trees. A little colour could be useful.

To achieve this, I click on the column heading “C”, to select the whole column. Then click on Format->Conditional formatting:

Tickbox 06 by Terry Freedman

Tickbox 06 by Terry Freedman

I enter the condition, which in this case is that the text in the cell is exactly equal to Yay!, and then select the formatting. I’ve decided to colour the cell in a cream colour.

Going through the same process, I have “told” the spreadsheet to make any text reading Oh no! in that column red. This is the result overall:

Tickbox 08 by Terry Freedman

Tickbox 08 by Terry Freedman

This is all great so far, but can make he spreadsheet more helpful if I wish, by inserting a deadline for the task to be completed by. All I have to do is refine that IF statement a bit:

Tickbox 09 by Terry Freedman

Tickbox 09 by Terry Freedman

This is what it means:

If the text in the Action column is “Oh no!”, set a new deadline of 7 days from today. Otherwise, just leave the cell blank (shown by opening and closing quotation marks with nothing between them).

But what if you want to change the number of days from today, or choose that number in the first place? In that case, all you have to do is designate a particular cell for the number of extra days to allow. I’ve used cell F1.

You can refine it even more by making that cell (F1 in my case) a named range. That is quite useful because it means that if you fall under a bus, anyone using the spreadsheet after your demise will be able to understand what is going on.

To name the cell, select it, right-click on it, and select Define the named range. Click on Add a range and then give it a name. In this case I’ve called it ExtraDays. I can now use this in my IF formula:

Tickbox 12 by Terry Freedman

Tickbox 12 by Terry Freedman

As I’m sure you’ll agree, that makes the formula less obtuse. I could go much further in this direction by naming the cell range under Done as TaskDone (say), and the cell range under Action as Action. Now the formulas will appear like this:

TaskDone by Terry Freedman

TaskDone by Terry Freedman

Action, by Terry Freedman

Action, by Terry Freedman

Finally, if you wanted to, you could combine the date in the Deadline column with text. To do this I designated cell F2 as today’s date. The formula for that is simply =Today().

Here’s what the result looks like:

text and date, by Terry Freedman

text and date, by Terry Freedman

Note that in order to combine the text “New deadline is” and the date, you have to do the following:

  1. Use the =Text() function.

  2. The syntax is =Text(cell ref, format).

  3. Use & to link the text and the =Text function.

  4. Include a space between the last word in your text and the closing quotation marks, otherwise there won’t be gap between the last word and the date.

  5. Finally, note that in this case, because I’ve put today’s date in just one cell, I have to make that an absolute cell reference before copying it down. You do that by selecting the cell reference in the formula, and pressing F4. Then you can copy the formula down to all the relevant cells.

I hope you have found this brief tutorial useful. Do experiment to see what other uses you can find for the tick box.

If you found this article interesting and useful, why not subscribe to my newsletter, Digital Education? It’s been going since the year 2000, and has news, views and reviews for Computing and ed tech teachers.

In Tips for teachers, Using and Teaching Computing & ICT Tags spreadsheet, spreadsheets, Google Sheets, tick box, admin
← Online preparation checklist for studentsIs it possible to boast without appearing to boast, in a blog post? →
Recent book reviews
When.jpg
Review: When: The Scientific Secrets of Perfect Timing

Hopefully, neither you nor I will ever find ourselves in court, undergoing a medical procedure, or taking an important exam.

Read more →
finding fibonacci.jpg
Review: Finding Fibonacci: The Quest to Rediscover the Forgotten Mathematical Genius Who Changed the World

Finding Fibonacci is a memoir of the authors’ quest to find out about Fibonacci.

Read more →
The Teachers' Standards in Primary Schools.jpg
Quick look: The Teachers' Standards in Primary Schools

This is very well set out. It takes each standard, and gives you ideas on how to achieve it, and what success in this context looks like.

Read more →
How Computer Games Help Children learn.jpg
Quick look: How Computer Games Help Children learn

When I was teaching Econnures I realised that I could have taught quite a chunk of the synabus if I'd been able to run Sim City on the school network.

Read more →
Reinventing Project-Based learning.jpg
Quick look: Reinventing Project-Based Learning

I can verify from first hand experience that PBL kept students highly engaged, and helped them to develop skills such as working with others and independent research.

Read more →
The human touch.jpg
Quick look: The Human Touch

Although this book is published by the BCS, the Chartered Institute for IT, the focus is not on IT at all.

Read more →
Better Living through science.jpg
Quick look: Better Living through science

I have often thought that I would have been much more interested in science at school, and been much more successful at it, had the teachers taught us anything of practical value.

Read more →
Tubes.jpg
Quick look: Tubes: Behind the scenes at the internet

We are all so accustomed to using the internet, searching the world wide web — "going online" — that most of us most of the time probably do not stop to consider the question: yes, but where exactly is it?

Read more →
profits, prophets.jpg
Quick look: Profits, Prophets, Coaches and Kings: (When) do leaders make a difference?

I have somewhat dichotomous views of this question of whether leaders make a difference, or much of a difference.

Read more →
power up.jpg
Review: Power Up, by Matthew Lane

This book looks at the maths concepts — and, to some extent, the physics concepts — hidden in popular video games.

Read more →
Dig+Ed+Banner.jpg

Contact us

Privacy

Cookies

Terms and conditions

This website is powered by Squarespace

(c) Terry Freedman All Rights Reserved