I'm having trouble with a formula. I want it to notate a 1 if either column is blank.
=IF(OR(ISBLANK([Suggested Ext $0 pay to Fed]@row), ISBLANK([Suggested Ext $0 pay to IL]@row)), 1, 0)
But as you can see, it's delivering a zero for all instances.
Hey @Anne77
Try this
=IF(OR([Suggested Ext $0 pay to Fed]@row=0, [Suggested Ext $0 pay to IL]@row=0), 1, 0)
Will this work for you?
Kelly
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.