If Condition

I am trying to add two conditions with an IF Formula but it's only running the first function.
I want the formula to display "Action Needed" when the date is greater than today but it is also displaying the message where there is no date for which I added another If condition but that's not working.
Please let me know what is my mistake in this.
Best Answer
-
Change the direction of the < symbol:
=IF(OR([Action Date]@row = "", [Action Date]@row >= TODAY()), "Action Needed").
Output:
Is this the result you're after?
Answers
-
Hi @Ozu
I hope you're well and safe!
Try something like this.
=IF(OR([Action Date]@row = "", [Action Date]@row <= TODAY()), "Action Needed")
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå No unfortunately it's same
-
Change the direction of the < symbol:
=IF(OR([Action Date]@row = "", [Action Date]@row >= TODAY()), "Action Needed").
Output:
Is this the result you're after?
-
@Nick Korna Thanks :)
-
No problem, glad you have it resolved now. 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!