How to make a checkmark in Google Sheets and insert a cross symbol to your table
Apr 03, 2025 am 10:34 AMThis 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

Undress AI Tool
Undress images for free

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

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

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)
