I am struggling with a formula how many times Delta appears in the Client Column.
The formula I am using is:
=COUNTIF((Client:Client), FIND("Delta", Client:Client, >0))
Hi @Louis.Smith
Maybe try this one:
=COUNTIF(Client:Client, "Delta")
I hope that helps.
Matt
Thank you this works!
Do you have an idea of how I can also count how many times a client (Delta) has fleet type B737?
Sure thing, try:
=COUNTIFS(Client:Client, "Delta", Fleet:Fleet, "B737")
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.