Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to extract Image urls with formula and add in different columns in Microsoft Sheet and Google Sheet?

I have this product feed from website, and in imageUrlStr column there are three images URL, I have added three more columns like Image1, Image2 and Image3.

imageUrlStr value

https://rukminim1.flixcart.com/image/200/200/l48s9zk0/water-geyser/g/o/i/2022-finesse-2000-ao-smith-10-original-imagf5zqzevs48p5.jpeg?q=90;https://rukminim1.flixcart.com/image/400/400/l48s9zk0/water-geyser/g/o/i/2022-finesse-2000-ao-smith-10-original-imagf5zqzevs48p5.jpeg?q=90;https://rukminim1.flixcart.com/image/800/800/l48s9zk0/water-geyser/g/o/i/2022-finesse-2000-ao-smith-10-original-imagf5zqzevs48p5.jpeg?q=90

I have tried this =LEFTB(D2,100) but as the length of the url is different this solution does not works.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

https://docs.google.com/spreadsheets/d/1kLzW8_pg_wUiLg3rzhUX5fZfXlwIANm2r1mi9cvcrCk/edit?usp=sharing

You can edit and view product feed sheet from above url.

How can I retrieve image url as in different columns?

>Solution :

try:

=ARRAYFORMULA(IMAGE(IFERROR(SPLIT(D2:D; ";"))))

enter image description here

or just url would be:

=ARRAYFORMULA(IFERROR(SPLIT(D2:D; ";")))

or to get only first link:

=INDEX(IFERROR(SPLIT(D2:D; ";"));;1)
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading