Priorities based on end date
Hi I was hoping someone could help me with this, I'm new to Smartsheet and not overly familiar with IF statements. I was wondering if there's a way to automate by priorities based on my end date. For example if the end date is within 2 weeks, priority is high, within the month, priority is medium and at any other time tasks are low priority.
Comments
-
Yes. You would want to use a nested IF statement. You will need to replace the "specific text" in the quotes with the actual text in reference to the exact symbols you are using, but it would end up looking something like this...
=IF([End Date]@row <= TODAY(14), "High", IF([End Date]@row <= TODAY(30), "Medium", "Low"))
-
That didn't quite work, its not confining the days with the 14 days, so a high priority is being applied to everything in the past. Medium priority is being applied to the tasks in the coming month and low being applied to tasks in the future. It may just be the start of that IF statement causing issues
-
Thank You!
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