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
- 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