PatternCountsearchString - any text expression or text field representing the set of characters you want to findPatternCount(“Mississippi”;“is”) returns 2.PatternCount(“Mississippi”;“issi”) returns 1 (the function isn’t inclusive).PatternCount(Attending;“Guest”) returns 1 if the Guest checkbox is one of the items selected in the Attending field.