IMAGE
Returns an image from a given source.
Lookup & ReferenceLookup & Matching EssentialsModern Excel Functions
What it does
Inserts an image into a cell from a URL.
Syntax
IMAGE(source, [alt_text], [sizing], [height], [width])
Arguments
source(text) β URL of the image.
Examples
Insert Image
Display image from URL.
FORMULA
=IMAGE("https://example.com/logo.png")RESULT
(Image)
SAMPLE DATA
| A | |
|---|---|
| 1 | Image |
| 2 | (Pic) |