IF formula assistance

Answers
-
Hi all..this has been a great help! Question I have is if I want to add more than one status value into the string, as well as taking the date into consideration, how would that look?
Example below with one status but I would need multiple status' in the string. Should note that the result of the status would need to be driven by an 'OR' function as I have a few that it could be. New, In Process, In Review, etc., etc..
=IF(AND(Status@row = "In Process", [Requested Finish Date]@row < TODAY()), "Red")
Thanks in advance!! We just implemented Smartsheet as our group's solution and being a new admin I'd appreciated any help! :)
-
You would drop an OR statement inside of the AND as its own "argument" within the AND function.
=IF(AND(OR(β¦β¦β¦β¦), Date@row < TODAY()), "Red")
=IF(AND(OR(Status = "In Process", Status = "Something Else"), [Request Finish Date]@row < TODAY()), "Red")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!