Hi
I want to download (with downloadfile command) the multi images that I have saved in an Excel cell like this:
https://www.mydomain.com/1.jpg,https://www.mydomain.com/2.jpg,https://www.mydomain.com/3.jpg
thanks
Hi
I want to download (with downloadfile command) the multi images that I have saved in an Excel cell like this:
https://www.mydomain.com/1.jpg,https://www.mydomain.com/2.jpg,https://www.mydomain.com/3.jpg
thanks
Here you can see example formula:
https://seotoolsforexcel.com/downloadfile/
in my cell i was stored multiple file separated with comma
your solution does not work for my question
I would use power query to split all images to separate rows (or use StringJoin formula if it's only one row) before applying DownloadFile formula
Hi,
Having split the images in multiple columns as you suggested I was wondering if the downloadfile formula can take all images in the row so I don't have to run it for each columns ?
Thank you
I recommend splitting the images into multiple rows instead of columns. Makes it way easier to handle the DownloadFile formula.