I would like to know if it's possible to combine a nested SUBSTITUTE and CONCATENATE formula or similar to add/insert a Character within text string
I have a column containing keywords (Cell: A2:A3) that I would like to place a unique character ("$") within the text string in front of each of the keyword discovered within the text.
Keywords:
A2: New York, NY
A3: (250) 888-0000
OLD TEXT (Cell: B2)
John X. Doe New York, NY (250) 888-0000 johndoe@myemail.com
OUTPUT TEXT (Cell: C2)
John X. Doe $New York, NY $(250) 888-0000 johndoe@myemail.com
I have a column containing keywords (Cell: A2:A3) that I would like to place a unique character ("$") within the text string in front of each of the keyword discovered within the text.
Keywords:
A2: New York, NY
A3: (250) 888-0000
OLD TEXT (Cell: B2)
John X. Doe New York, NY (250) 888-0000 johndoe@myemail.com
OUTPUT TEXT (Cell: C2)
John X. Doe $New York, NY $(250) 888-0000 johndoe@myemail.com