Good morning, I am trying to match all words that occur more than once in a string, for example:
A1: The man ran ran down the the street.
B1: If the boy goes into the cave then the boy may get hurt.
I would like to return in cell A2: ran,ran,The,the,the
I would like to return in cell B2...