Hello everyone!
I need to create a table, which shows how many times the value was in the string
Example is the following:
Input
Output
Thanks a lot for any help!
Hi @Nastya,
This can be do by using a REGEX_CountMatches() function in a Formula tool:
How about this?