Adding pictures, clip art, and other types of images to a spreadsheet can enhance the visual appeal and help convey information more clearly. In Excel, you can add many types of picture files, including BMP, GIF, JPG, PNG, and TIF files. You can also add 3-D models, icons, and SmartArt to an Excel spreadsheet.
To insert images in your Microsoft Excel spreadsheet, select your Excel version from the list below and follow the instructions.
Excel 2016 and later
- Open Microsoft Excel.
- Open an existing document or start a new one.
- Click any cell to select it.
- At the top of the program window, click the Inserttab.
- On the Insert tab, click the Illustrations option.
Select the picture that you want to remove the background from. Select Picture Format Remove Background, or Format Remove Background. If you don't see Remove Background, make sure you selected a picture. You might have to double-click the picture to select it and open the Format tab. Remove Background opens the Background Removal tab and makes a best guess about what parts. Using the Excel app, just take a picture of a printed data table on your Android or iPhone device and automatically convert the picture into a fully editable table in Excel. Movies 12 application. This new image recognition functionality eliminates the need to manually enter hard copy data.
- Select the image type you want to insert: Pictures, Online Pictures, Shapes, Icons, 3D Models, SmartArt, or Screenshot.
- Find and select the image on your computer you want to insert, then click the Insert button.
- Once the image is inserted, you can move the image anywhere in the spreadsheet. You can also resize the image by moving your mouse pointer to the corner of the image, then click and drag to the desired size.
Once added, users may make adjustments to images by right-clicking and selecting Format Picture or Size and Properties from the drop-down menu.
Excel 2007 to 2013
- Open Microsoft Excel.
- Open an existing document or start a new one.
- Click any cell to select it.
- At the top of the program window, click the Inserttab (Excel 2010 shown below).
- On the Insert tab, select the image type you are interested in: Picture, Clip Art, Screenshot, or Photo Album.
- Find and select the image on your computer you want to insert, then click the Insert button.
- Once the image is inserted, you can move the image anywhere in the spreadsheet. You can also resize the image by moving your mouse pointer to the corner of the image, then click and drag to the desired size.
Once added, users may make adjustments to images by right-clicking and selecting Properties from the drop-down menu.
Excel 2003 and earlier
- Open Microsoft Excel.
- Open an existing document or start a new one.
- Click any cell to select it.
- At the top of the program window, click Insert, move your cursor over Picture, and select Clip Art or From File, as shown in the following image.
- Select your image and click the Insert button.
- Open the Picture Toolbar by clicking View, Toolbars, and then Picture.
- Make appropriate adjustments to your image, then save.
Additional information
How can you lookup different pictures based on the value of a cell?
Just to give you a heads up. This is a VBA-free tutorial!
We saw the dynamic picture lookup in action towards the end ofthis video, right here.
You can apply this concept to anything where you need dynamic pictures.
For example:
- Company logos
- Employee pictures
- Flags
- Houses
- Report headers…
Basically anywhere where you'd like the picture to change once the value of a cell changes.
& Picture Excel Header
Here's our Picture Lookup Challenge
We'd like to select the country from our drop-down list, Undertale switch price eshop.
and we'd like the image – i.e. the flag for the country to reflect our selection:
How To Insert A Picture In Excel
Let's get started…
Step 1: Organize the pictures in separate cells
Make sure each single image is 'inside' its own cell. It should be surrounded by the cell borders. You'll see why in a bit…
Adjust the row height so your images have enough space. To make sure each image is inside its own cell, you can select the images – Shortcut key Control + A selects all images (make sure you click on an image first before you use the shortcut key, otherwise you select all the cells instead).
Now use the options inside picture tools to align the images properly. You can for example, align them to the left side and distribute them vertically. For proper vertical distribution, make sure the first and the last image sit correctly in their cells. The rest will be proportionally distributed.
Now for the data validation:
Go the cell where you'd like your drop-down to be. Then go to:
Data / Data Tools / Data Validation
Select List from the Settings tab. For data source, select the range where you have your list. In my example that's:
Step 2: Assign Names to cells
Go back to your images. Each cell with an image needs a name. It's easiest to assign the text you use for your list as the cell name.
For example cell A3 should get the name 'Germany', A4: 'France' and so on.
You can do this the slow way, by selecting each cell and then typing the name inside the name box. Or you can do it the fast way:
Highlight the image cells and your names – in this example A3:B8. Go to:
Formulas / Defined Names / Create from Selection – select right column.
The names are created automatically – so now the text inside B3 is the name of the cell for A3.
Think of names as bookmarks. You have now book marked cell A3 to be 'Germany'. Every time you type in Germany inside the name box, you jump to cell A3 on the Master tab.
Step 3: Copy one of the pictures and make it the placeholder image
Now click on one of the flags (doesn't matter which one) and copy it.
Go to the place you'd like to have your dynamic image and paste it there. This is now your placeholder image. It's not dynamic yet, but it'll be soon.
Step 4: Assign a name to INDIRECT formula
The INDIRECT formula is the perfect formula to handle this step.
Picture Excel
Why?
Because INDIRECT, indirectly gives you the right cell address.
What does that mean?
Whichever cell reference you give to INDIRECT, it tries to translate the text inside the cell to an address. If you type A6 inside cell B2 and write a formula like this:
=INDIRECT(B2)
You get whatever is inside cell A6.
Why?
Because INDIRECT uses the text it sees inside cell B2 as an address – i.e. as the new cell reference. Go to cell A6 and type in any text. Now your INDIRECT formula which is referencing B2, is returning what is inside A6. This can be a bit confusing…
Find out more about INDIRECT in this post. You need to think a little outside the box here. Just make sure you're in the right mood.
Now let's finalize Step 4. Go to Name Manager, click on new and type in this formula:
It should reference the cell where you have your data validation list. Give it a name. In this example I called my formula 'Flag'.
Step 5: Link this name to the placeholder image
Now comes the last step:
Use this new name as a link for your placeholder image:
Click on the image first – then immediately go to the formula box and type in
(The name you used in name manager for your INDIRECT formula)
That's it!
Test it out now. Select another category from your drop-down list and watch your image change!
That's magic done in Excel.
Remember: You can use your pictures tools options to optimize the image.
Convert Picture To Excel File
You can resize it, crop it, add a frame to it;
Sublime text logo. Your options are limited to your imagination (and to picture edit tools)….
In the example shown, I've resized it and then cropped out the cell borders from the image.
Save time. Achieve more.
Over 50 Excel macro examples for download & useful VBA codes you can use for your work.
Learn the WHY not just the HOW