Multiple IF/OR Formula
Hello ~ I have a status column that our group updates and currently we have it set so that when the team updates the status column of a project to "Completed" the other column will change to "No", if the status column is updated to "Extension" the other column will change to "Yes". I have been requested to add in a couple more variables "Active" & "Tenure" = "Pending"
Current Formula:
l have attempted the following formulas, I do not think I am connecting the dots:
Any assistance is greatly appreciated.
Thank you!!
Adriane
Best Answer
-
Hi Adriane,
You have a couple of options.
Option 1: =IF(Status@row = "Completed", "No", IF(Status@row = "Extension", "Yes", IF(Status@row = "Active", "Pending", IF(Status@row = "Tenure", "Pending")
Option 2: =IF(Status@row = "Completed", "No", IF(Status@row = "Extension", "Yes", IF(OR(Status@row = "Active", Status@row = "Tenure"), "Pending")))
Thanks,
Aravind
Associate Director
Copernicus Consulting Pte. Ltd.
P: +65 9230 5657 | E: aravind@copernicusworld.com
Feel free to reach out for licenses, services, and training on Smartsheet
Answers
-
Hi Adriane,
You have a couple of options.
Option 1: =IF(Status@row = "Completed", "No", IF(Status@row = "Extension", "Yes", IF(Status@row = "Active", "Pending", IF(Status@row = "Tenure", "Pending")
Option 2: =IF(Status@row = "Completed", "No", IF(Status@row = "Extension", "Yes", IF(OR(Status@row = "Active", Status@row = "Tenure"), "Pending")))
Thanks,
Aravind
Associate Director
Copernicus Consulting Pte. Ltd.
P: +65 9230 5657 | E: aravind@copernicusworld.com
Feel free to reach out for licenses, services, and training on Smartsheet
-
@Aravind GP - ah so I see my mistakes...okay thank you!!! Both work perfectly I appreciate your guidance and assistance.
Adriane
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!