If formila based on OR condition
Help with formula? trying to make a symbol (the star highlighted) if the due date is in the last 7 days, today or next 7 days
=IF(OR([Planned End Date]@row, <=TODAY(7), [Planned End Date]@row, >TODAY(7)), 1, 0)
Answers
-
Hi Jennifer,
Try this formula:
=IF(AND([Planned End Date]@row >= TODAY(-7), [Planned End Date]@row <= TODAY(7)), 1, 0)
Hope this helps!
Have a nice day,
Mathieu | Workflow Consultant
info@evolytion.com
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives