Please help, I am trying to flag late tasks in a column using the following formula... I am getting a #INCORRECT ARGUMENT SET error...Please help
=IF(AND(Status27 <> "Complete", (Finish27 < =TODAY()), "red"))
thanks
Hi @Cory Rubino
I hope you're well and safe!
Try something like this.
=IF(Finish@row <> "", (IF(AND(Status@row <> "Complete", Finish@row <= TODAY()), "Red")))
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
You just had an extra bracket in there you didn't need before "finish".
Try this:
=IF(AND([Status]@row<> "Complete", [Finish]@row<= TODAY()), "Red")
Thank you Nic! works perfectly !
This is probably an easy question, but how would I go about using this formula but leave the cell blank if a Finish date has not been entered?
Thank you in advance!
Hello @Andrée Starå!
That did the trick! I really appreciate the quick response.
@Cory Rubino
Excellent!
Happy to help!
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.