how can i extract two words from string that share the same foreword?

try:

=INDEX(TEXTJOIN(", ", 1, IFNA(REGEXEXTRACT(SPLIT(A1, ","), "B: (.+)"))))

0

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top