I am trying to turn my flag column red if my due date is past today. I am using
=IF(AND(Due Date]@row < +1<> "Complete"), 1, 0)
I am adding the formula to my Due Now column and getting Unparseable.
Please help! :)
Try this..
=IF(AND([Due Date]@row < Today(), [Status]@row <> "Complete"), 1)
Thank you for your help. This turned the flag red without a due date or status entered.
Hi @MariaG
I hope you're well and safe!
Try something like this.
= IF(OR([Due Date]@row = "", Status@row = ""), "", IF(AND([Due Date]@row < TODAY(), Status@row <> "Complete"), 1))
Did that work/help?
I hope that helps!
Have a fantastic week & Happy New Year!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Thank you!
@MariaG
Happy to help!
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Thanks exactly what i needed to get this working.
Hi @SPoth
Glad to hear it was helpful!
Be safe and have a fantastic weekend!
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.