If, and, or statements
Hi
I'm new to Smartsheets and struggling to update my Overall Status depending on the status of Financials, EHS and Tech Qual
If all three are Approved or N/A then Overall Status = Approved
If at least 1 is In Progress or blank then Overall Status = In Progress
If at least 1 is Not Approved then the Overall Status = Not Approved
Thanks for your help
Answers
-
formula for "Overall status"
=IF(CONTAINS("NOT APPROVED", [FINANCIALS STATUS]@row:[TECH QUAL STATUS]@row), "Not Approved", IF(CONTAINS("IN PROGRESS", [FINANCIALS STATUS]@row:[TECH QUAL STATUS]@row), "in progress", "Approved"))
-
Hi Andrew
Wow, you made that look so easy 😀
Just one last rule..
I need all 3 to have a value of "Approved" or "N/A" before the Overall status = "Approved"
Thanks for your help
Regards
Patricia
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!