extract all instances of text between double quotes

nikolay100

New Member
Joined
Oct 14, 2022
Messages
6
Office Version
  1. 2021
Platform
  1. Windows
Hi,

I want to extract all instances of text between double quotes and separated them with a semicolon or other symbol. I found a lot of examples to extract the text between 2 characters, but they work for only one instance.

Here is my example:
initial valueExpected result
<div><div><div><a href="/img/1630414366_1200_1.jpeg"><img src="/img/thumbnails/1630414366_thumbnail_1.jpeg" /></a><a href="/img/1630414388_1200_2.jpeg"></div></div></div>/img/1630414366_1200_1.jpeg;/img/thumbnails/1630414366_thumbnail_1.jpeg;/img/1630414388_1200_2.jpeg

The values could be separated with another symbol/character, as long there is a way to differentiate each value.

Thank you in advance.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Upvote 0
Solution
You are very welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,214,634
Messages
6,120,659
Members
448,975
Latest member
sweeberry

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