Date based Priority dropdown formula
I have a target completion date column. If this date is within 14 days, I would like the "exclamation mark" to automatically populate. Is there a formula for this?
Best Answer
-
Hi Blake. Here you go. If you need help further defining extra criteria, just let me know.
Example sheet:
Risk Level formula:
=IF(AND([Target Completion Date]@row >= TODAY(), [Target Completion Date]@row <= TODAY(14)), "High", "")
Answers
-
Hi Blake. Here you go. If you need help further defining extra criteria, just let me know.
Example sheet:
Risk Level formula:
=IF(AND([Target Completion Date]@row >= TODAY(), [Target Completion Date]@row <= TODAY(14)), "High", "")
-
You are awesome my friend. This works great. Thanks for helping out a new Smartsheet user. Smartsheets are transforming our workflows and processes at work. Your help is much appreciated!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!