This tutorial explores six methods for inserting checkmarks in Excel, along with formatting and counting techniques. Excel offers two checkmark types: interactive checkboxes and tick symbols. Checkboxes allow selection/deselection via mouse clicks (see separate instructions for checkbox insertion). Tick symbols (✓) are static characters representing "yes" or similar affirmation. Cross marks (x) can also be used, often indicating negation.

Several methods efficiently insert tick symbols across Excel versions:
-
Using the Symbol Command:
- Select the target cell.
- Navigate to the Insert tab > Symbols group, click Symbol.
- In the Symbol dialog, choose Wingdings font.
- Select the desired checkmark, click Insert, then Close.
The character code (e.g., 252 for ✓) is displayed; this is useful for formulas. Insert checkmarks into empty cells or existing text.
-
Using the CHAR Function: Insert checkmarks into empty cells using formulas (Wingdings font required):
=CHAR(252)(✓),=CHAR(254)(✓ in a box),=CHAR(251)(x),=CHAR(253)(x in a box).
Copy and paste values to remove formulas. -
Typing Character Codes: With NUM LOCK on, use the numeric keypad: Alt 0252 (✓), Alt 0254 (✓ in a box), Alt 0251 (x), Alt 0253 (x in a box). Wingdings font is necessary.
-
Keyboard Shortcuts: Use Wingdings 2 or Webdings fonts and these shortcuts: See table below for shortcut keys and corresponding symbols.

-
AutoCorrect: Automate checkmark insertion:
- Insert a checkmark using any method.
- Copy it from the formula bar (Ctrl C).
- Go to File > Options > Proofing > AutoCorrect Options….
- In AutoCorrect, link a word (e.g., "tick") to the copied symbol.
Type the linked word; apply the correct font (e.g., Wingdings).
-
Inserting as an Image: Copy and paste images of checkmarks from external sources. Examples are provided below.

Formatting and Counting:
-
Formatting: Format checkmarks like regular text (bold, color, etc.).

-
Conditional Formatting: Create rules based on the presence of checkmarks (using
=CHAR(252)in the formula).

-
Counting: Use
=COUNTIF(range,CHAR(252))to count checkmarks.
For checkboxes, link them to cells and count TRUE values.
Keyboard Shortcuts Table (Wingdings 2 & Webdings):
| Font | Shortcut | Tick Symbol | Font | Shortcut | Tick Symbol |
|---|---|---|---|---|---|
| Wingdings 2 | Shift P | ![]() |
Webdings | a | ![]() |
| Wingdings 2 | Shift R | ![]() |
Webdings | r | ![]() |
| Wingdings 2 | Shift O | ![]() |
|||
| Wingdings 2 | Shift Q | ![]() |
|||
| Wingdings 2 | Shift S | ![]() |
|||
| Wingdings 2 | Shift T | ![]() |
|||
| Wingdings 2 | Shift V | ![]() |
|||
| Wingdings 2 | Shift U | ![]() |
This enhanced description provides a clearer, more organized explanation of the various methods.
The above is the detailed content of How to insert a tick symbol (checkmark) in Excel. For more information, please follow other related articles on the PHP Chinese website!
Excel Paste Special: shortcuts to copy values, comments, column width, etc.Apr 17, 2025 am 11:54 AMThis tutorial unlocks the power of Excel's Paste Special feature, showing you how to significantly boost your efficiency with paste special shortcuts. Learn to paste values, formulas, comments, formats, column widths, and more, all while avoiding co
How to add, copy and delete multiple checkboxes in ExcelApr 17, 2025 am 11:01 AMThis tutorial shows you how to efficiently add, modify, and delete multiple checkboxes in Excel. Last week, we explored using checkboxes for checklists, conditional formatting, interactive reports, and dynamic charts. This week, we'll focus on the
How to insert a tick symbol (checkmark) in ExcelApr 17, 2025 am 09:53 AMThis tutorial explores six methods for inserting checkmarks in Excel, along with formatting and counting techniques. Excel offers two checkmark types: interactive checkboxes and tick symbols. Checkboxes allow selection/deselection via mouse clicks
How to calculate age in Excel from birthdayApr 17, 2025 am 09:47 AMThe tutorial shows different ways to get age from birthday in Excel. You will learn a handful of formulas to calculate age as a number of complete years, get exact age in years, months and days at today's date or a particular date. There
How to insert calendar in Excel (Date Picker & printable calendar template)Apr 17, 2025 am 09:07 AMThis tutorial demonstrates how to add a drop-down calendar (date picker) to Excel and link it to a cell. It also shows how to quickly create a printable calendar using an Excel template. Data integrity is a major concern in large or shared spreadshe
Why You Should Always Rename Worksheets in ExcelApr 17, 2025 am 12:56 AMImprove Excel’s productivity: A guide to efficient naming worksheets This article will guide you on how to effectively name Excel worksheets, improve productivity and enhance accessibility. Clear worksheet names significantly improve navigation, organization, and cross-table references. Why rename Excel worksheets? Using the default "Sheet1", "Sheet2" and other names is inefficient, especially in files containing multiple worksheets. Clearer names like “Dashboard,” “Sales,” and “Forecasts,” give you and others a clear picture of the workbook content and quickly find the worksheets you need. Use descriptive names (such as "Dashboard", "Sales", "Forecast")
How to archive in Outlook automatically or manuallyApr 16, 2025 am 11:48 AMThis comprehensive guide explains how to effectively manage your Outlook email storage by archiving emails, tasks, and other items across various Outlook versions (365, 2021, 2019, 2016, 2013, and earlier). Learn to configure automatic archiving, pe
Excel: Compare strings in two cells for matches (case-insensitive or exact)Apr 16, 2025 am 11:26 AMThe tutorial shows how to compare text strings in Excel for case-insensitive and exact match. You will learn a number of formulas to compare two cells by their values, string length, or the number of occurrences of a specific character, a


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

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6
Visual web development tools




The character code (e.g., 252 for ✓) is displayed; this is useful for formulas. Insert checkmarks into empty cells or existing text.
Copy and paste values to remove formulas.
Type the linked word; apply the correct font (e.g., Wingdings).



For checkboxes, link them to cells and count TRUE values.











