HomeGoogle DocsSpreadsheetHow to Convert TRUE/FALSE to Checkboxes in Google Sheets

How to Convert TRUE/FALSE to Checkboxes in Google Sheets

Published on

TRUE and FALSE are Boolean values. You can convert these values to checkboxes since checkboxes itself returns TRUE (checked) or FALSE (unchecked). It’s possible to convert TRUE/FALSE to checkboxes in Google Sheets.

You may have the Boolean TRUE/FALSE in a cell or column as an output of any formula or manually entered as a text string. In both the cases, you can convert the TRUE/FALSE values to checkboxes.

I have already detailed the use of dependent tick boxes in Google Sheets. Tick boxes are another name of checkboxes. This tutorial is in line with that earlier tick box tutorial.

Note: You can insert tickboxes in Google Sheets from the Insert Menu.

Let’s see how to format or convert TRUE/FALSE to tick boxes/checkboxes.

Convert TRUE/FALSE to Checkboxes in Google Sheets

Scenario 1:

Convert Existing Manually Entered TRUE/FALSE to Checkboxes

It’s very easy and quick to convert a column with the Boolean TRUE/FALSE to tick boxes in Google Sheets. You just need to select the cells and then go to the menu Insert and click on Tick Box.

Convert TRUE/FALSE to Checkboxes in Google Sheets

Scenario 2:

Convert Boolean TRUE/FALSE Formula Outputs to Checkboxes

Here you can follow two methods. As an example let me show you a simple logical test using a comparison operator which returns the Boolean TRUE/FALSE.

Must Read: IF, AND, OR Logical Test in Google Sheets.

Convert Boolean TRUE/FALSE Formula Outputs to Checkboxes

The formula in cell B2 copied down. How to convert these TRUE/FALSE values to checkboxes in Google Sheets.

No doubt. Just select the cells in the range B2:B6 and then go to the Insert menu and select Tick Box.

There is one more method. First, insert the tick boxes and then apply the formula.

Convert Formula Outputs to Checkboxes in Google Sheets

That’s it. To convert TRUE/FALSE to Checkboxes in Google Sheets follow the above simple steps.

Advanced users can even use this feature to Match two columns for duplicates and then tick mark the duplicates. You can follow the below method to dynamically convert TRUE/FALSE to Checkboxes in Google Sheets.

Scenario 3:

Match Two Columns and Convert TRUE/FALSE to Checkboxes in Google Sheets

Here is a simple example in this I’ll show you how to compare two columns and convert Match/Mismatch to Checkboxes in Google Sheets.

You May Like: Google Sheets: How to Compare Two Tables and Remove Duplicates.

In the below example I am going to check the availability of the names in Column A in Column B. If found I want to check and uncheck the checkboxes accordingly.

Steps:

1. Insert Checkboxes in C2:C6.

Convert match and mismatch to checkboxes

2. Use the below formula in cell C2 and drag down.

=IFERROR(if(match(A2,$B$2:$B,0)>0,TRUE),FALSE)

That’s all. Enjoy!

Additional Resources:

1. Assign Values to Tick Box and Total It in Google Sheets.

2. Change the Tick Box Color While Toggling in Google Sheets.

3. 10 Best Tick Box Tips and Tricks in Google Sheets.

4. Remove Duplicates in Google Sheets [The Complete Guide and Sample Sheet].

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

SUMPRODUCT Differences: Excel vs. Google Sheets

The core purpose of the SUMPRODUCT function remains consistent across both Excel and Google...

Sum Values by Month and Category in Excel

With the help of EOMONTH, UNIQUE, and SUMIFS functions in Excel, you can efficiently...

Sum Values by Categories in Excel

In Excel, the easiest way to sum values in a range by categories is...

Filter Data from the Previous Month Using a Formula in Excel

Filtering data from the previous month may be useful for comparative analysis, generating reports,...

More like this

Interactive Random Task Assigner in Google Sheets

You have multiple tasks and multiple people. Here's a fun way to randomly assign...

Google Sheets Bar and Column Chart with Target Coloring

To color each data point in the column or bar chart according to the...

Analyzing Column A Between Non-Adjacent Values in Column B: Google Sheets

This tutorial addresses a common scenario encountered in Google Sheets: how to sum, average,...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.