If / Then for At Risk Flag
Hello!
I'm trying to add a formula for: If [Start Date]@row is in the past, AND, [Status] is [Not Started] Then, Flag the At Risk Column. Is this doable - having a IF/AND THEN formula?
Thanks for your help!
Lynda
Best Answers
-
Hi @Lynda RossΒ
Hope you are fine, try to use the following formula and convert it to column formula
=IF(AND(Start@row < TODAY(), Status@row = "Not Started"), 1, 0)
bassam.khalil2009@gmail.com
βοΈ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Lynda Ross
I hope you're well and safe!
Try something like this.
=IF(AND([Start Date]@row < TODAY(); Status@row = "Not Started"); 1)
Depending on your country/region, you'll need to exchange the comma to a period.
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Did my post(s) help or 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 to both of you! Here is the formula that worked:
=IF(AND([Start Date]@row < TODAY(), Status@row = "Not Started"), 1, 0)
I love that both of you helped me so quickly! I very much appreciate it!
Lynda
π
Answers
-
Hi @Lynda RossΒ
Hope you are fine, try to use the following formula and convert it to column formula
=IF(AND(Start@row < TODAY(), Status@row = "Not Started"), 1, 0)
bassam.khalil2009@gmail.com
βοΈ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Lynda Ross
I hope you're well and safe!
Try something like this.
=IF(AND([Start Date]@row < TODAY(); Status@row = "Not Started"); 1)
Depending on your country/region, you'll need to exchange the comma to a period.
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Did my post(s) help or 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 to both of you! Here is the formula that worked:
=IF(AND([Start Date]@row < TODAY(), Status@row = "Not Started"), 1, 0)
I love that both of you helped me so quickly! I very much appreciate it!
Lynda
π
-
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.
-
At your service any time @Lynda RossΒ
bassam.khalil2009@gmail.com
βοΈ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
Check out the Formula Handbook template!