So I created a list of members in Google Sheets, each member having a profile image, name, location, etc.
I exported this list from import.io, a data extraction tool. The only problem is that when I export it, I get the profile image url for each member, instead of getting the image itself as a thumbnail.
Someone asked a similar question here. I tried using the =image("url") function and it worked, I can see the image.
What I want is a simple way of applying this function to the 200 cells I have that include a link to an image.
Any idea on how this can be achieved?
Thanks
You can copy a formula down in Google Sheets by using the fill handle (the little blue box in the bottom right corner of a selected cell) to drag over the applicable cells. Or you can use the keyboard shortcut Ctrl+D.
Did you know that you can pull data from websites into your Google spreadsheet, automatically? There is an incredibly useful function in Google Sheets called IMPORTXML, which you can use to retrieve data from web pages, where that data is pulled into a Google spreadsheet on an automated basis.
=image() works with Arrayformula
so if your image urls are in rows, starting in cell A1, ending in cell A2, formula in B1 would be =Arrayformula(image(A1:A2))
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With