Formula to check a done box with if and or
I am trying to create a formula to check a Done box if the Status = Done or if the Status = N/A. Here is what I have =IF(Status25 = "Done", 1, 0), OR(Status25 = "N/A) but I am getting the unparsable error. Does anyone know what I am doing wrong?
Best Answer
-
I think this is a duplicate topic, but here is my response from the other topic copied here:
=IF(OR(Status25 = "Done", Status25 = "N/A"),1, 0)
Answers
-
Update, here is the updated formula that I have that still is not working: =IF(Status25 = "Done", 1, 0), OR(Status25 = "N/A")
-
I think this is a duplicate topic, but here is my response from the other topic copied here:
=IF(OR(Status25 = "Done", Status25 = "N/A"),1, 0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!