COUNTIF Operation
How to use the COUNTIF operation for Computed Attributes
Definition
The COUNTIF operation counts the number of occurrences of a particular value in a string.
Example
COUNTIF('Hello World','Hello')
Result:
1
Syntax Guide
COUNTIF(range, test_value)
range - The range that is tested against criterion
test_value - The pattern or test to apply to range