How to make a checkmark in Google Sheets and insert a cross symbol to your table
This blog post explores various methods for creating checkboxes and inserting tick marks or cross marks in Google Sheets. Whether you're a seasoned Sheets user or a beginner, you'll find new techniques here.
Lists are essential for organization. From shopping lists to task management, spreadsheets are ideal for tracking these lists. Let's examine the tools Google Sheets offers.
- Using the built-in tick box
- Data validation for controlled input
- Creating a master checkbox to control multiple checkboxes
- Alternative Checkmark and Cross Mark Methods
- Utilizing the CHAR function
- Inserting images of ticks and crosses
- Drawing custom symbols
- Employing keyboard shortcuts
- Using special characters from Google Docs
Standard Checkmark Methods
Method 1: Google Sheets Tick Box
The simplest way to add a checkbox is through the Sheets menu:
-
Select the desired cell range.
-
Navigate to Insert > Tick box in the menu:
-
Checkboxes will populate the selected cells:
Alternatively, add a checkbox to a single cell, then drag the bottom-right corner to copy it.
-
Click a checkbox to add a tick; click again to remove it.
Use the Space bar to select multiple checkboxes simultaneously.
You can also change checkbox colors using the Text color tool.
Method 2: Data Validation
Data validation not only adds checkboxes but also restricts input to only checkmarks:
- Select the target column.
- Go to Data > Data validation:
- Click Add rule.
- Under Criteria, choose Tick box:
Select Show a warning or Reject the input under If the data is invalid.
- Click Done. Checkboxes will appear; invalid entries will show warning triangles.
Method 3: Master Checkbox
This method creates a checkbox that controls all other checkboxes in a list. It combines the tick box and data validation methods with the IF function. (Credit: God of Biscuits, Ben Collins blog)
- Add a master checkbox (e.g., in B1) using Insert > Tick box.
- Add a blank row below.
- In the cell above your checkboxes (e.g., B2), enter this formula (adjust the number of
TRUE
values as needed):=IF(B1=TRUE,{"";TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE;TRUE},"")
- Select the
TRUE
values and use Data > Data validation, choosing Tick box and Use custom cell values with TRUE for Ticked.The master checkbox will now control all checkboxes below.
Note: Pre-checking individual boxes before using the master checkbox may break the formula.
Alternative Methods
Method 1: CHAR Function
The CHAR
function allows for checkmarks and cross marks using Unicode characters:
=CHAR(9745)
(tick in a box) =CHAR(9746)
(cross in a box) =CHAR(10003)
(checkmark) =CHAR(10007)
(cross mark)
These can be recolored. Various other symbols are available using different character codes.
Method 2: Images
Insert images of checkmarks and crosses using Insert > Image. Then copy and paste to other cells.
Method 3: Drawing
Create custom symbols using Insert > Drawing. Use the line tool or shapes to draw your marks.
Method 4: Keyboard Shortcuts
Enable keyboard shortcuts (Help > Keyboard shortcuts) and use Alt I,X to insert a checkbox.
Method 5: Google Docs Special Characters
Copy and paste symbols from Google Docs (Insert > Special characters).
Numerous options exist for creating checkmarks and cross marks in Google Sheets. The best method depends on your specific needs and preferences.
The above is the detailed content of How to make a checkmark in Google Sheets and insert a cross symbol to your table. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

This article explains how to access and utilize shared calendars within the Outlook desktop application, including importing iCalendar files. Previously, we covered sharing your Outlook calendar. Now, let's explore how to view calendars shared with

This tutorial provides a comprehensive guide to Excel's Flash Fill feature, a powerful tool for automating data entry tasks. It covers various aspects, from its definition and location to advanced usage and troubleshooting. Understanding Excel's Fla

This tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden

This tutorial demonstrates two methods for importing contacts into Outlook: using CSV and PST files, and also covers transferring contacts to Outlook Online. Whether you're consolidating data from an external source, migrating from another email pro

This comprehensive guide unlocks the power of Google Sheets' QUERY function, often hailed as the most potent spreadsheet function. We'll dissect its syntax and explore its various clauses to master data manipulation. Understanding the Google Sheet

This article explores how to enable macros in Excel, covering macro security basics and safe VBA code execution. Macros, like any technology, have dual potential—beneficial automation or malicious use. Excel's default setting disables macros for sa

This tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m

Unlock the Power of Google Sheets' FILTER Function: A Comprehensive Guide Tired of basic Google Sheets filtering? This guide unveils the capabilities of the FILTER function, offering a powerful alternative to the standard filtering tool. We'll explo
