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