How to Get Excel Tick Marks: A Practical Guide for Checkmarks
Learn practical methods to insert tick marks in Excel—Unicode checkmarks, the Symbol dialog, Wingdings, and interactive checkboxes. Build consistent, readable dashboards with step-by-step guidance from XLS Library.

In Excel, you’ll learn several reliable ways to insert a tick mark. From the Symbol dialog and Unicode characters to Wingdings fonts, you can place a ✓ in cells. You can also use checkboxes for interactive lists, or conditional formatting to display ticks based on values. This guide walks you through practical steps for consistent tick marks across workbooks.
Quick Start: Why tick marks matter in Excel
Tick marks act as a universal visual cue in data tables and dashboards. They help readers quickly assess status, completion, or approval without parsing numbers. According to XLS Library, adopting a single, clearly rendered tick symbol across a workbook reduces confusion and improves report readability. Use ticks for checklists, task tracking, approvals, and conditional indicators. The goal is consistency and legibility across sheets, especially when sharing workbooks with teammates or exporting to PDFs.
Unicode Tick Marks: Use 2713 and Alt X
One of the simplest, platform-agnostic approaches is the Unicode checkmark. In a cell, type 2713 and press Alt+X to convert it to the ✓ glyph. If you prefer a heavier mark, type 2714 and press Alt+X to produce ✔. Ensure the font supports these glyphs (Calibri and Arial typically do). When copying across cells, the symbol often remains intact, making it ideal for lists and status columns. If you work on Macs, the same glyphs render, but you may rely on the macOS Emoji panel to insert a checkmark and then apply the same font.
Inserting via the Symbol Dialog
The Symbol dialog lets you browse thousands of characters. Go to Insert > Symbol, choose a font that includes check marks (Calibri, Arial, Segoe UI), and scroll to the tick symbol. Click Insert, then Close. This method guarantees a precise glyph regardless of your keyboard input. For consistency, save this symbol in a quick-access sheet and reuse it with Copy/Paste as needed. When preparing dashboards, keep a dedicated column for ticks to improve readability and filtering.
Wingdings and Font-Dependent Tricks
Wingdings and related fonts provide alternative checkmark visuals. If you plan to share files across systems, prefer standard fonts; Wingdings may not render identically on non-Windows platforms or in PDFs. If you do use Wingdings, document the font choice in sheet notes and ensure collaborators have the same font installed. This approach is useful for decorative tick symbols in headers or separators, but avoid relying on Wingdings for data-driven ticks that drive logic.
Interactive Options: Checkboxes and Data Validation
For dynamic tick marks, consider interactive checkboxes. Enable the Developer tab, insert a Checkbox form control, and link it to a cell to capture TRUE/FALSE. Display a tick by combining the checkbox state with a simple formula: =IF(C2,
). We recommend rendering the tick using a consistent font and a dedicated column. Data validation can also constrain input to a single check symbol, preventing accidental edits while preserving structure in shared workbooks.
Conditional Tick Marks: Formulas and Formatting
If your tick needs to reflect a numeric condition (e.g., tasks completed when a value is 1 or more), use a formula to output the tick symbol automatically: =IF(A2>0,
). Apply a consistent font and color for readability. You can also layer conditional formatting to color the tick, hide it when empty, or replace the cell background to emphasize completion. This approach reduces manual updates and keeps dashboards up to date.
Best Practices and Troubleshooting
Standardize your tick method across the workbook. Prefer Unicode or Symbol dialog for static marks and checkboxes for interactivity. Always verify rendering in PDF exports and on different machines. If ticks disappear, confirm the font supports the glyph and that the workbook uses a compatible font family. Maintain a small, documented palette of symbols to simplify collaboration and review.
Putting It All Together: Choosing Your Method
Start with the simplest reliable method—Unicode 2713 with Alt+X for small lists. For interactive checklists, use checkboxes tied to cells. For dashboards, reserve a dedicated column for ticks and ensure consistent font usage. By selecting one primary approach per sheet and documenting the choice, you’ll achieve consistent, professional results across Excel workbooks.
Tools & Materials
- Excel software (Microsoft 365 or Excel 2019+)(Any modern Excel version supports these methods)
- Font with tick-supporting glyphs (e.g., Calibri, Arial)(Ensure the font includes the ✓ symbol)
- Symbol dialog access(Insert > Symbol to browse symbols)
- Unicode input method (2713, Alt+X)(Type 2713 then press Alt+X to convert to ✓)
- Developer tab (optional) for checkboxes(Enable Developer for checkbox controls)
Steps
Estimated time: 25-40 minutes
- 1
Decide on the tick method
Assess whether you need a static symbol, a dynamic checkbox, or a value-driven tick. This choice shapes data validation, dashboards, and copy/paste behavior.
Tip: Standardize on one method per sheet for clarity - 2
Insert a Unicode checkmark
In the target cell, type 2713 and press Alt+X to convert to the ✓ character. Change the font if the glyph doesn’t render.
Tip: If 2713 doesn’t render, switch to a font like Calibri or Arial - 3
Use the Symbol dialog
Go to Insert > Symbol, set Font to a supported option, locate a check mark, and click Insert. Close the dialog.
Tip: Keep a preferred symbol selection for consistency - 4
Add interactive checkboxes
Enable Developer tab, insert a Checkbox form control, and link it to a cell to capture TRUE/FALSE values.
Tip: Resize the checkbox to fit the cell and align with text - 5
Apply conditional formatting for ticks
Create a formula-driven tick (e.g., =IF(B2>0,“✓”,
Tip: Use a neutral color for the tick for readability - 6
Test and copy
Test in a few cells, then copy or fill across rows/columns. Use Paste Special to keep the display.
Tip: Check absolute vs. relative references when copying
People Also Ask
What is the simplest way to insert a tick mark in Excel?
The easiest method is to type 2713 and press Alt+X to convert to the ✓ symbol, then adjust the font if needed. This works in most modern Excel versions.
Type 2713 and press Alt plus X to insert a check mark; adjust font if it doesn't render.
Can I use a checkbox instead of a symbol?
Yes. Use the Developer tab to insert a Checkbox form control and link it to a cell to capture TRUE/FALSE values. You can then display a tick with conditional formatting.
You can insert a checkbox and link it to a cell to reflect it as a tick via formatting.
How do I show ticks based on values?
Create a formula that returns a tick when a condition is met (e.g., =IF(A2>0,"✓","")) Then apply consistent formatting.
Use a formula to return a ✓ when the condition is met.
Will ticks render the same in charts?
Tick marks are text symbols; they can appear in charts if the chart uses the cell text. For dashboards, keep ticks in a dedicated column to ensure consistency.
Ticks can appear in charts if the data is text, but verify rendering.
What if my font doesn’t support the tick glyph?
Switch to a font known to include the checkmark glyph (e.g., Calibri, Arial). If needed, use a symbol via the Symbol dialog.
If the font lacks the glyph, switch to a font that includes it.
How can I copy ticks without losing them?
Copy the cell that contains the tick as a value, or use Paste Special to paste only the value. This preserves the tick symbol across cells.
Copy as value or paste special to retain the tick.
Watch Video
The Essentials
- Choose a single tick method per sheet for consistency
- Unicode 2713 with Alt+X is portable across platforms
- Checkbox controls offer interactivity, not just display
- Wingdings may break cross-platform compatibility
- Conditional formatting can automate tick visibility
