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!

This tutorial explores three distinct methods for creating histograms in Excel: leveraging the Analysis ToolPak's Histogram tool, employing the FREQUENCY or COUNTIFS functions, and utilizing PivotCharts. While creating basic charts in Excel is strai

This comprehensive guide provides step-by-step instructions for creating and managing professional email signatures in Microsoft Outlook. Learn how to craft compelling signatures with images, clickable links, and more, across all Outlook versions (i

This tutorial demonstrates how to calculate sums in Excel using the AutoSum feature and custom SUM formulas for columns, rows, and selected ranges. It also covers summing only visible cells, calculating running totals, summing across multiple sheets

This concise guide explains Excel's AutoSum feature and its efficient uses. Learn to quickly sum columns, rows, or visible cells, and troubleshoot common AutoSum issues. Excel's SUM function is incredibly popular, prompting Microsoft to include a ded

This article introduces the Excel SWITCH function, explaining its syntax and demonstrating its use in simplifying complex nested IF statements. If you've struggled with lengthy nested IF formulas, the SWITCH function offers a significant time-saving

This concise guide demonstrates how to efficiently calculate running totals (cumulative sums) in Excel using a SUM formula with strategically placed absolute and relative cell references. A running total displays the accumulated sum of a dataset as

Are you looking for an Excel formula to count characters in a cell? If so, then you have certainly landed up on the right page. This short tutorial will teach you how you can use the LEN function to count characters in Excel, with or with

This tutorial demonstrates how to count words in Excel using a combination of the LEN, SUBSTITUTE, and TRIM functions. It offers both case-sensitive and case-insensitive formulas for counting total words or specific words/text within a cell or range


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

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1
Powerful PHP integrated development environment

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.