SPLITONDELIMITER

=SPLITONDELIMITER(TextString,Delimiter)

TextString
Required, TextString that will be split up.
Delimiter
Optional. Delimiter in double-quotes that will be used to split up the TextString.

Split a tekst string based on a delimiter. If the Delimiter is omitted or left blank, the text string remains unchanged.

GeertD

Board Regular
Joined
Dec 22, 2020
Messages
60
Office Version
  1. 365
Platform
  1. Windows
SPLITONDELIMITER: Split a tekst string based on a delimiter. This is the LAMBDA-fied formula from EMTs 1685 & 1736 on the excelisfun YouTube channel.
Excel Formula:
=LAMBDA(TextString,Delimiter,
   FILTERXML("<a><b>"&SUBSTITUTE(TextString,Delimiter,"</b><b>")&"</b></a>","//b")
)
DXLR's LAMBDA.LET Library_v00.07.xlsb
ABCD
1The quick brown fox jumps over the lazy dog.The
2quick
3brown
4fox
5jumps
6over
7the
8lazy
9dog.
10
Sandbox_Mr.Excel_2
Cell Formulas
RangeFormula
C1:C9C1=SplitOnDelimiter(A1," ")
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,223,604
Messages
6,173,316
Members
452,510
Latest member
RCan29

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top