I need a qualifier to ignore blank cells in this formula:
=IF(AND([Due Date]@row < TODAY(), NOT(Status@row = "Complete")), 1, 0)
Right now this is counting blank date fields as "1".
I see the ISBLANK modifier but is there a NOTBLANK argument in SS?
Hi @TSmelser
Hope you are fine, please try the following formula
=IF(AND(ISDATE([Due Date]@row), [Due Date]@row < TODAY(), NOT(Status@row = "Complete")), 1, 0)
the following screenshot shows the result
Many thanks Bassam. This works for me. Cheers!
@TSmelser
You are welcome and I will be happy to help you any time.
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, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.