Forum Discussion
wpryan023
Dec 09, 2022Copper Contributor
=Image returns a #connect error
Hi All, I'm experimenting with the new =Image function, and somehow I can't get it to work. I copied a file to my sharepoint site, set the permissions to "anyone can view". I copied the URL and paste...
dscheikey
Dec 09, 2022Bronze Contributor
You must use a link to the internet. A link to a cell does not work.
Syntax
=IMAGE(source, [alt_text], [sizing], [height], [width])
source The URL path, using an "https" protocol, of the image file. Required. Supported file formats include BMP, JPG/JPEG, GIF, TIFF, PNG, ICO, and WEBP.
=IMAGE("https://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Eintracht_Frankfurt_Logo.svg/550px-Eintracht_Frankfurt_Logo.svg.png")