google spreadsheet - Is there a way to place two images within a single cell? -


i can use like:

=image("http://emojidictionary.emojifoundation.com/img/emoji43.jpg",1)   

to show sun single image. know can use '&' concatenate strings (like =c8&", "&d9) or use join or few other methods. i'd (and note doesn't work):

=image("http://emojidictionary.emojifoundation.com/img/emoji43.jpg",1)&" + "&image("http://emojidictionary.emojifoundation.com/img/emoji444.jpg",1)     

to show sun '+' , sunglasses in same cell.

is possible or cell restricted single image?

at time it's not possible set 2 images in same cell concatenating result of 2 image functions, adding emojis directly in cell:

you copy emojis web application includes feature insert them or copy them web page http://emojipedia.org/.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -