Hi All,
I have a formula which finds a single instance of a string in a field but I would like it to find multiple instances of the string in the field, how should I change the formula?
MID(
{Field Name},
FIND(
‘beginning of string’,
{Field Name}
)+6...