Formula 30-days in future if priority = "high"
Hi. I am absolutely no good at formulas! I'm hoping to have a due date 30 days in the future from when the row is added to the sheet, only if the project priority is "high". This will trigger a notification to the assigned PM. All other priority ratings should have a blank in this due date column (or an error, so long as it prevents the automatic notification from being sent).
I have a successful due date column for 6-mos for all projects (thanks to a post in this community!), but I can't figure out the right formula for only "high" priority projects.
Best Answer
-
Hi @raven
You can use an IF statement to check the Priority, then add on a specific number of days, like so;
=IF(Priority@row = "High", [Date Created]@row + 30, "")
This will add 30 days on to your "Date Created" cell. You can lock it to the column as a Column Formula, and then create a Time Based workflow based off of this date.
See:
- Use Formulas to Perform Calculations With Dates
- IF Function
- Set Formulas for All Rows with Column Formulas
- Create a Time-Based Automated Workflow
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
Hi @raven
You can use an IF statement to check the Priority, then add on a specific number of days, like so;
=IF(Priority@row = "High", [Date Created]@row + 30, "")
This will add 30 days on to your "Date Created" cell. You can lock it to the column as a Column Formula, and then create a Time Based workflow based off of this date.
See:
- Use Formulas to Perform Calculations With Dates
- IF Function
- Set Formulas for All Rows with Column Formulas
- Create a Time-Based Automated Workflow
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
@Genevieve P. you are amazing as always, thank you!
-
No problem! 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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!