Multiple IF Statements
hello,
I have this formula that works great: =IF(Status@row = "Complete", 1). I change the "Status" to complete and the "Done" column box is checked.
However, when I change the Status to "Abandoned" or "Reassigned" I also want the "Done" column box checked "Complete."
How do I do multiple IF functions? The "Nesting IF Functions" help page was...well, no help.
Thanks!
Best Answer
-
=if(or(Status@row = "Complete",Status@row = "Abandoned", Status@row = "Reassigned"),1,0)
Answers
-
=if(or(Status@row = "Complete",Status@row = "Abandoned", Status@row = "Reassigned"),1,0)
-
perfect! thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 434 Global Discussions
- 153 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!