From what I can tell this formula should work, but it's returning a 1 when it should be returning a 2 =countif([Bakery - Emp Health, hygiene, supervision, knowled]@row,contains("C -",@cell)
Help?
Hey @Bija
Try this formula
=(LEN([Bakery - Emp Health, hygiene, supervision, knowled]@row) - LEN(SUBSTITUTE([Bakery - Emp Health, hygiene, supervision, knowled]@row, "C -", ""))) / LEN("C -")
This formula calculates the difference in number of characters (length) of original cell minus remaining characters after "C -" is removed, all of this divided by the length of "C -".
Will this work for you?
Kelly
@Kelly Moore This worked! Thank you. I was not familiar with the LEN function.
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.