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
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 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