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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!