Hello,
I am trying to pull a count of a column "Food Safety Hold" if the "site" matches.
I am trying this but it is not working.
=COUNTIF(MATCH({Site}, Site@row, {Food Safety Hold}, 0))
=COUNTIF({Food Safety Hold}, Site@row, {Site})
What kind of column is "Food Safety Hold"?
It is a dropdown list. I only need the count and not the value
So you are trying to count rows where that column is not blank and the site column is a match?
If so:
=COUNTIFS({Site}, @cell = Site@row, {Dropdown}, @cell <> "")
Yes i only need the count. When i enter that formula in it says INVALIDREF
You will need to create the {cross sheet references} as needed.
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.