N
N
Nicholas the First2020-02-06 14:11:53
Google Sheets
Nicholas the First, 2020-02-06 14:11:53

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

1 answer(s)
A
Alexander Ivanov, 2020-02-06
@ppcprofi

Use REGEXEXTRACT.
=REGEXEXTRACT(A2;"(?i)(.*?)(acc.*?)_(.*)")
For the entire array at once

=ARRAYFORMULA(REGEXEXTRACT(A2:A7;"(?i)(.*?)(acc.*?)_(.*)"))

5e3c0ec37559c377625201.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question