Return to site

Ms Excel Picture

broken image


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!

Find microsoft excel stock images in HD and millions of other royalty-free stock photos, illustrations and vectors in the Shutterstock collection. Thousands of new, high-quality pictures added every day. You now can add data to Excel directly from a photo. 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. This new image recognition functionality.

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:

  1. Company logos
  2. Employee pictures
  3. Flags
  4. Houses
  5. Report headers…

Basically anywhere where you'd like the picture to change once the value of a cell changes.

Here's our Picture Lookup Challenge

We'd like to select the country from our drop-down list,

Ms Excel Picture

and we'd like the image – i.e. the flag for the country to reflect our selection:

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 Playstation customer support chat. selects all images (make sure you click on an image first before you use the shortcut key, otherwise you select all the cells instead).

Ms Excel Picture

Ms excel pictures

and we'd like the image – i.e. the flag for the country to reflect our selection:

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 Playstation customer support chat. selects all images (make sure you click on an image first before you use the shortcut key, otherwise you select all the cells instead).

Ms Excel Picture

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:

Ms Excel Pictures

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.

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:

Ubuntu 18 lts. 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.

You can resize it, crop it, add a frame to it;

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.

Feel free to Download the Workbook HERE.


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

By J. Carlton Collins, CPA

Q. In Excel, is it possible to insert an image into a cell (i.e., not floating atop the cell)?

A. Yes, you can insert an image into an Excel cell as follows. Paste an image into Excel, then resize the image and drag and drop it on top of a cell, as pictured below. Next, right-click the image and select Format Picture from the pop-up menu and, in the resulting dialog box, select the Size & Properties tab, and under the Properties section, check the radio button labeled Move and size with cells, then click OK.


Thereafter, the image will remain located in that cell, even if the cell's position changes when other rows or cells are inserted, deleted, or moved. In addition, the image will grow or shrink as the cell's width or height is adjusted. This solution might be used to insert employee photos into an Excel-based organization chart, or to insert images of inventory items onto your worksheet. As an example, presented below is a worksheet of how a canine adoption agency might maintain a list of dogs available for adoption. In this worksheet, Champ's image would remain on the same row as his adjacent information, even if the data are sorted or the rows are moved.

You can download this example Excel file at carltoncollins.com/dogs.xlsx.

About the author

J. Carlton Collins (carlton@asaresearch.com) is a technology consultant, a conference presenter, and a JofA contributing editor.

Submit a question

Do you have technology questions for this column? Or, after reading an answer, do you have a better solution? Send them to jofatech@aicpa.org. We regret being unable to individually answer all submitted questions.





broken image