Answer the question
In order to leave comments, you need to log in
How to SPLIT rows in Google Sheets into one formula?
Google Sheets link
How to decompose a string into one formula?
Should be like in line #2
Answer the question
In order to leave comments, you need to log in
Use REGEXEXTRACT.
=REGEXEXTRACT(A2;"(?i)(.*?)(acc.*?)_(.*)")
For the entire array at once
=ARRAYFORMULA(REGEXEXTRACT(A2:A7;"(?i)(.*?)(acc.*?)_(.*)"))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question