Skip to main content

How to extract text between commas/brackets/parentheses in Excel?

If you have a list of data, and you want to extract the data between the commas/brackets/parentheses only in Excel, just like below screenshot shown, you can follow the steps this tutorial introduces to solve it.


Extract text between commas/brackets/parentheses with formula

Fortunately, there are some formulas that can extract data between commas, brackets or parentheses.

Extract data Formulas
Extract data between commas =SUBSTITUTE(MID(SUBSTITUTE("," & A2&REPT(" ",6),",",REPT(",",255)),2*255,255),",","")
Extract data between parentheses () =MID(A2,FIND("(",A2)+1,FIND(")",A2)-FIND("(",A2)-1)
Extract data between brackets [] =MID(A2,FIND("[",A2)+1,FIND("]",A2)-FIND("[",A2)-1)

See screenshots:

Extract data between comma
Extract data between brackets
note ribbon Formula is too complicated to remember? Save the formula as an Auto Text entry for reusing with only one click in future!
Read more…     Free trial

Extract text between commas/brackets/parentheses with Kutools for Excel

If you have Kutools for Excel installed, you can apply its Extract Text utility to easily extract text between commas, brackets, or parentheses, or any other marks or letters with following steps.

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

 1. Select the range that you will extract text between specified marks, and click Kutools > Text > Extract Text.

2. In the popping up Extract Text dialog box, you need to:

(1) Add * between the two specified marks that you will extract text between, and type them into the Text box. For example, if you want to extract text between both comma, type ,*, into Text box.
Note: The * represent any series of characters.
(2) Click the Add button. Then you will see the typed string is added into Extract list;
(3) Click the Ok button.

3. Now the second Extract Text comes out, please specify a cell to output extracted text, and click the OK button. And now you will see all text between specified marks are extracted and output into cells as below screenshot above:

Note: You may notice that the specified marks are also extracted with text. You can easily remove these marks with clicking Kutools > Text > Remove characters, and then specify options as below screen shot shown:

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now



Extract text between commas/brackets/parentheses with Kutools for Excel

If Kutools for Excel has been installed, you can also apply its new Split Cells utility to extract text between specified characters easily. You can do as follows:

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Select the range that you will extract text from, and click the Kutools > Text > Split Cells.

2. In the opening Split Cells dialog box, please specify the split type in the Type section, specify delimiter you will split by in the Split by section, and click the Ok button (In our case, we check the Split to Columns option in the Type section; check the Other option and type the comma ",", into following box, See screenshot above.). In the second Split Cells dialog box, specify the first cell address of destination range, and click the OK button.

Now you will see all text strings are split by the specified character.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now

If necessary, you can delete all split columns except the column with content between specified character.


Demo: extract text between commas/brackets/parentheses in Excel


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

The Split Cells utility also support to batch extract text or numbers only from one cell/column in Excel

Kutools for Excel enhances its Split Cells utility and supports to batch separate all text characters and numbers of one cell/column into two columns/rows.


ad split cell separate text numbers

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now

Relative Articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (2)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I tried the same formula to extract text between <> and didn't work, any suggestion? I am trying to extract email address between <>
This comment was minimized by the moderator on the site
The Excel formula worked great for me! I used "<" and ">" - thanks!!!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations