How to count strings in a column containing a comma delimited list of strings in each row
Hello, I have a field in which each row contains a comma delimited list of strings. I'm trying to find a way to display how often each string appears in the dataset. For example, the column might be "City": Row 1 | New York,Boston,San Francisco Row 2 | Boston Row 3 | New York,San Diego Row 4 | New York,Topeka I like to…