I have a repeating field A which contains a list of strings. what would be a good way to find TOP strings which coincide with a given string. So, if A holds hashtags, for a given hashtag #T1, find the tags that coincide with #T1 in highest number of records.
Share
You can use
WITHINandSUM(IF(...))to find the matches. For example: