Is it possible to insert more than one image in a cell?

I want to insert more than two images in one cell. Is it possible?

I tried to use the command IMAGE(url), but it just allowed to insert one image...

1 Answer

Is not possible to insert more than one image in a cell.

Actually what the cells are embedded in functions that return a result, or a single value for a variable.

To insert images, all you can do is insert the url of the image on the =IMAGE(url) function, which transforms this url in their graphic representation, so if the function only lets you add a single image, that is all you can do.

Anyway, as you can not insert an array of elements in a cell, why you want to insert multiple images in a cell?

You can try the menu Insert Image:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like