Power Formulas: Use ChatGPT & AI in Google Sheets

Product details

Q: Image generation. Seeing a thumbnail in Google Sheets

AI_Image generates a URL currently which is great. It would be great if it also generates a thumbnail at least in the Sheet. Is that in the plans?

patrickwPLUSSep 8, 2024
Founder Team
Wei_Sheng

Wei_Sheng

Sep 9, 2024

A: Hi, thanks for the suggestion. Google Sheets has a limit on how much file can be stored in a spreadsheet file so it's not practical to store thumbnails in a spreadsheet. But I will look into this and see if there is a workaround. Thanks!

Share
Helpful?
Log in to join the conversation
Posted: Oct 25, 2024

Try using this formula in an adjacent column:

=IMAGE(CELL)

replace CELL with the exact cell (A1, B2, etc etc...) of the image URL generated. It should create a thumbnail for you inside the cell, just be sure to adjust width/height of cell so it's big enough to preview.

Verified Purchaser badge

Verified purchaser

Posted: Nov 3, 2024

great idea thank you