Hi there,
I'm trying to split all URLs within a cell - the cell contains a mixture of text and different URLs - and extract them to adjacent cells.
I have been able to separate single URLs to an adjacent cell, but only up to the first instance of a unique URL - I'm just not sure how to create a formula which finds the next URL to separate from the text and place in a new cell.
An example initial cell (A1) contains:
***
Google is an online search platform, which can be found at www.google.com whereas facebook is a social media platform, which can be found at www.facebook.com most of the time.
***
I want to extract both URLs into separate adjacent cells (B1 and C1)
- Where B1 shows: "www.google.com"
- Where C1 shows: "www.facebook.com"
Failing this I would be happy if I could extract all URLs from a cell (A1) into a single cell (B1)
I hope this all makes sense!
Thanks in advance.
I'm trying to split all URLs within a cell - the cell contains a mixture of text and different URLs - and extract them to adjacent cells.
I have been able to separate single URLs to an adjacent cell, but only up to the first instance of a unique URL - I'm just not sure how to create a formula which finds the next URL to separate from the text and place in a new cell.
An example initial cell (A1) contains:
***
Google is an online search platform, which can be found at www.google.com whereas facebook is a social media platform, which can be found at www.facebook.com most of the time.
***
I want to extract both URLs into separate adjacent cells (B1 and C1)
- Where B1 shows: "www.google.com"
- Where C1 shows: "www.facebook.com"
Failing this I would be happy if I could extract all URLs from a cell (A1) into a single cell (B1)
I hope this all makes sense!
Thanks in advance.