Inserts the given image into the specified cell.
Syntax
IMAGE(url, [mode])
url: The url of the image to insert. E.g. " https://images.pexels.com/photos/459225/pexels-photo-459225.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500"
|
Supported IMAGE_mode |
|
1 - fits the image into the cell while maintaining the aspect ratio 2 - fits the image into the cell while ignoring the aspect ratio 3 - retains the original size of image; may get cropped based on cell size |
Examples
|
Formula |
|
=IMAGE(C2) |
|
=IMAGE(C3;2) |
|
=IMAGE(C4;3) |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|