Insert Images in Google Sheets Cells Without Using IMAGE Function

Back in 2019, Google Sheets introduced a handy new feature in its Insert menu: the ability to insert images directly into cellswithout using any formula. That’s right—no need to use the IMAGE function anymore.

A Quick Recap of the Old Method

Previously, using the Insert menu would only place images over the cells—not in them. If you wanted to embed an image directly into a cell, your only option was the IMAGE function.

And to be honest, that method had its flaws. For example, inserting an image from Google Drive into a cell using the IMAGE function wasn’t exactly smooth. Even if you managed to do it, the image might not load the next time you open the file.

That happened to me more than once.

The New Feature Fixes That

Now, thanks to the new “Insert an image in the cell” option, all that hassle is gone. Just head to the Insert menu in Google Sheets and choose Image > Insert an image in the cell. You’ll be able to insert images directly into cells—no formula needed.

If you don’t see the feature yet, don’t worry—it might still be rolling out to your account. You should get access to it soon.

Sources Supported by the “Insert Image in Cell” Feature

With this new feature, you can insert images from several sources:

  • Upload directly from your computer
  • Take a snapshot using your webcam
  • Use an image URL
  • Select from your Google Photos albums
  • Browse and insert from your Google Drive
  • Search Google and insert stock or web images

Exciting, right? Let me walk you through an example.

Insert Images from Google Drive into Cells

To insert images from Google Drive into individual cells, just follow these steps:

Inserting an image into a Google Sheets cell from Google Drive

Steps:

  1. Go to the Insert menu → ImageInsert an image in the cell
  2. Select the Google Drive tab
  3. Browse your Drive and click on the image you want
  4. Click the Insert button

The chosen image will be inserted into the active cell in your sheet. It’s probably the fastest way to get images from Google Drive into cells.

Bonus Tip

One thing I noticed: the inserted image preserves its aspect ratio. This is similar to using mode 1 (the default) in the IMAGE function.

If you want to view the image properly, just increase the row height and column width of the cell.

Inserted image in cell retains original aspect ratio

Insert Images Using the Search Tab

You can also use the Search tab under Insert > Image > Insert an image in the cell, then click on Google Images to find and insert:

  • Web images from Google Search

Just type a keyword into the search box and hit enter. Most of these images are free to use within Google Docs and Sheets, but always double-check the usage rights if you plan to use them outside Google platforms.

Insert photo into Google Sheets by searching Google

Why This Is Useful: A Teaching Example

Let’s say you’re a teacher. You’ve uploaded photos of animals to your Google Drive and now want to insert them into a sheet for your students.

You could type animal names in Column A and insert corresponding images in Column B. Then, in another sheet, use a VLOOKUP to fetch the image for a given animal.

Using image lookup in Google Sheets to train students

For example, in Sheet2, this formula will return the image of a lion from Sheet1:

=VLOOKUP("Lion", Sheet1!A1:B, 2, 0)

Conclusion

I hope the above examples clearly show how to insert images into cells without a formula in Google Sheets. When this feature launched in 2019, it solved a long-standing limitation—and it’s still one of the most user-friendly updates to Sheets.

Resources

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Expert Prashanth KV is a Diamond Product Expert in Google Sheets, officially recognized by Google for his contributions to the Docs Editors Help Community and featured in the Google Product Experts Directory. Explore his blog to learn advanced formulas, automation tips, and problem-solving techniques to elevate your spreadsheet skills.

Calculate Trip Days by Month (Start, End, and Full Days) in Google Sheets

If you're managing business travel in Google Sheets, you may need to calculate how...

Mode of Comma-Separated Numbers in Excel (Dynamic Array)

There is no dedicated function in Excel to directly find the mode of comma-separated...

How to Find Mode of Comma-Separated Numbers in Google Sheets

Working with comma-separated numbers inside a single cell is a common scenario in Google...

How to Count Merged Cells in Google Sheets (and Get Their Size)

Sometimes, you may have blocks of merged cells in a column or row. But...

More like this

Calculate Trip Days by Month (Start, End, and Full Days) in Google Sheets

If you're managing business travel in Google Sheets, you may need to calculate how...

How to Find Mode of Comma-Separated Numbers in Google Sheets

Working with comma-separated numbers inside a single cell is a common scenario in Google...

How to Count Merged Cells in Google Sheets (and Get Their Size)

Sometimes, you may have blocks of merged cells in a column or row. But...

2 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.