How to insert an image in cell within a google sheet?
When you insert the image into google sheet by applying the Insert Image feature, actually, the inserted image is floating at the sheet but not inside a cell. This may not your need, here, I will talk about inserting an image into a cell.
Insert an image in cell within Google sheet with formula
Insert an image in cell within Google sheet with formula
In Google sheet, the Image function can help you to quickly insert an URL image into a cell, and the size of image will be based on the cell size.
An image fits on the cell size without changing the ratio:
The following formula can help you to insert an image inside a specific cell to fit the cell size:
=IMAGE("https://www.extendoffice.com/images/stories/new%20box/KTE_125x125.png.pagespeed.ce.X4nezJISu1.png",1), then press Enter key, the specific image has been inserted into a cell, and the image will retain aspect ratio while increasing or decreasing the cell size. See screenshot:
An image stretches to fit all edges of the cell:
If you need to stretch the image to fit all edges of the cell, please apply this formula:
=IMAGE("https://www.extendoffice.com/images/stories/new%20box/KTE_125x125.png.pagespeed.ce.X4nezJISu1.png",2), and then press Enter key to get the following result:
An image with its original size:
To insert an image with its original size and not change as the cell changes, please just use this formula:
=IMAGE("https://www.extendoffice.com/images/stories/new%20box/KTE_125x125.png.pagespeed.ce.X4nezJISu1.png",3), and the image is inserted into the cell but keep its original size, see screenshot:
An image with custom size:
Inserting an image with a specific size, please apply the following formula:
=IMAGE("https://www.extendoffice.com/images/stories/new%20box/KTE_125x125.png.pagespeed.ce.X4nezJISu1.png",4,100,100), then press Enter key to get the result as you need. See screenshot:
Notes:
1. In the above formulas: https://www.extendoffice.com/images/stories/new%20box/KTE_125x125.png.pagespeed.ce.X4nezJISu1.png is the image URL that you want to insert, please change it to your need.
2. In the fourth formula, 100, 100 is the specific image dimensions, you should change them as you need.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
