Skip to main content
Nintex Community Menu Bar

Drawloop - Checkboxes in Excel

  • February 15, 2022
  • 0 replies
  • 26 views

Forum|alt.badge.img+8

Topic

How to add check boxes in Excel.

 

Instructions

Method 1:

Use an Excel formula and set the font for that cell to Wingdings

Box that is Checked: =CHAR(254)
Box that is Unchecked: =CHAR(168)

Method 2:

Use the Excel formula below:

Checked boxes: =UNICHAR("9746")
Unchecked boxes: =UNICHAR("9744")