Using countif like this: COUNTIF($A$2:$A5,A6)
to count the number of times the item has already appeared in a list.
It works for some values and fails for others because some of the cells have text in them that includes brackets and A3’s contents are treated as a regular expression.
I do not want to change the default behaviour so how can I annotate the formula to prevent A3’s content being treated (rather bizarrely) as a regular expression?