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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives