need help with a check box formula
System
Employee
This discussion was created from comments split from: Formula for a checkbox.
Answers
-
@Paul Newcome @BullandKhmer and Anyone else.
I need help with a check box formula. What I am trying to do is as follows:
If the row has a check box in this field create this icon in this box in another field And if the box is not checked then create this icon.
What I have for my formula right now is: =IF(AND([Field Name@row = 1), UNICHAR(9989), IF(AND([Field Name@row = 0), UNICHAR(9940)
-
Hi!
I think you should just be able to use the IF statement:
=IF(FieldName@row = 1, UNICHAR(9989), IF(FieldName@row = 0, UNICHAR(9940), ""))
-
Try this:
=IF([Field Name]@row = 1, UNICHAR(9989), UNICHAR(9940))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!