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
- 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!