Help with Risk Flag and overlapping start dates

Hello! I am having trouble with getting the risk flag to trigger if there is a start date overlapping. I have tried some countifs and if ands...keep getting #unpars :(
Please help! I need to show this to a client tomorrow!
Best Answer
-
Did you get this working?
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.
Answers
-
Hi Fletcher,
Can you share the formula youβre using now?
I hope that helps!
Have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant / CEO @ WORK BOLD
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.
-
@AndrΓ©e StarΓ₯ I had been using this which I grabbed from another post and altered to fit my fields:
=IF(OR(isblank(start date@row), (ISBLANK(end date@row)),"", IF(COUNTIFS([end date]4:[end date]80, >= start date@row, [start date]4:[start date]80, <= end date@row)-1>0, 1))
-
@AndrΓ©e StarΓ₯ However, we no longer need the end date column so I tried this:
=COUNTIF([Start Date]4:[Start Date]80 = <1, 1)
-
Did you get this working?
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
Check out the Formula Handbook template!