Using Date within formulas to calculate Harvey Balls with duo criteria
Hello,
I am stuck on making the following formula work in my project plan.
1) Using the flag symbol, I am trying to calculate: IF the status = 'To Do' AND the date is today or in the past then FLAG otherwise no FLAG.
I have a 'Status' column with the following values: To Do, In Progress, Done, Closed, On Hold
I have a 'Projected Start Date' column that specifies when that task is set to start.
Best Answers
-
Hi Teresa,
Try something like this.
=IF(AND(Status@row = "To Do"; [Projected Start Date]@row <= TODAY()); 1)
The same version but with the below changes for your and others convenience.
=IF(AND(Status@row = "To Do", [Projected Start Date]@row <= TODAY()), 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you!! I am from Canada so the second formula worked for me.
Answers
-
Hi Teresa,
Try something like this.
=IF(AND(Status@row = "To Do"; [Projected Start Date]@row <= TODAY()); 1)
The same version but with the below changes for your and others convenience.
=IF(AND(Status@row = "To Do", [Projected Start Date]@row <= TODAY()), 1)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you!! I am from Canada so the second formula worked for me.
-
Excellent!
Happy to help!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
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!