Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
How to split text with multiple delimiters with Excel - Excel Tips and Tricks
23 Views • Aug 13, 2025
Description
Splitting text (single delimiter type)
=TEXTSPLIT(A2,",")
Splitting text (multiple delimiter types)
=TEXTSPLIT(A3,{",",".",";",";;","/",":"})
Formula
=TRIM(TEXTSPLIT(A3,{",",".",";",";;","/",":"}))
Formula
=TRANSPOSE(TEXTSPLIT(A3,{",",".",";",";;","/",":"}))
Can you have multiple delimiters in Excel?,How to use text to columns delimiter multiple characters in Excel?,How do I separate multiple lines of text in one cell in Excel?,How do I split a text string into characters in Excel?,
More from User
Create a Fillable Field with Underline In Excel - Excel Tips and Tricks
ExcelTips247
Dynamic Search Box in Google Sheets With Text and Row Highlight - Excel Tips and Tricks
ExcelTips247
Consolidate Data from Multiple Worksheets Using SUM Function - Excel Tips and Tricks
ExcelTips247
Alternative to UNIQUE() function in Excel - Excel Tips and Tricks
ExcelTips247
DELETE rows in Excel without affecting other rows - Excel Tips and Tricks
ExcelTips247
I Created a FILTER() Function For Excel 2016 and Older Versions - Excel Tips and Tricks
ExcelTips247
Related Videos
Text Split with multiple delimiters - Excel Tips and Tricks
ExcelTips247
How to split numbers into multiple columns in Excel? - Excel Tips and Tricks
ExcelTips247
Is there a text split function in Excel? - Excel Tips and Tricks
ExcelTips247
Unstack Data from one Column to Multiple Columns - Clean Up Mixed Case Text - Excel Tips and Tricks
ExcelTips247
Count and Search for Text in Excel with Countif - The Ultimate Test of Excel Skills! - Excel Tips and Tricks
ExcelTips247
Split text in excel formula - Excel Tips and Tricks
ExcelTips247