Nested IF statement with Checkbox
I have 3 fields. 2 fields are checkboxes and 1 is text.
Active (checkbox)
Not Active (checkbox)
Complete (Yes/No)
I want to write a nested IF statement that if either are checked it provides a Yes / No response.
IF(ACTIVE = TRUE, "Yes", IF(OR(NOT ACTIVE = TRUE, "Yes", "No")))
I get the field to work how I want for Active but when the box is checked for Not Active I get an #Incorrect and if none are checked I get #incorrect.
Any help appreciated.
Comments
-
Maybe this will help with formula formatting... i'm not totally sure I understand your 2nd argument.
1 = checked / 0 = unchecked
=IF([Not Active]@row = 1, "No", IF(Active@row = 1, "Yes", "No"))
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!