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
- 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
Check out the Formula Handbook template!