Indzara

How to Create Image-Based Drop-Down Lists in Excel?

This post is on creating a drop-down using the IMAGE function where, if we choose from a list of names, the image gets updated.

 Create Image-Based Drop-Down Lists

To create this in Excel, we’ll use the IMAGE function that extracts data from a web URL and pulls the image into Excel.

The IMAGE function extracts or pulls an image from a source specified into an Excel cell and has the following syntax (per Microsoft).

 Create Image-Based Drop-Down Lists IMAGE function

We have the source URL from the following link that contains the logos of all the NFL teams: https://a.espncdn.com/combiner/i?img=/i/teamlogos/nfl/500/ari.png

If we observe closely we can see that the only part of the URL that needs to be changed id the highlighted section (the team abbreviation)

We have a dedicated article on this topic of image extraction, please do check it out.

Consider we have all the NFL team abbreviations and their names in Excel as follows:

Create Image-Based Drop-Down Lists NFL team abbreviations

We’ll use the image function to extract all the logos and include an alternate text for each of these images.

The cell B# contains the team abbreviation and cell C3 has the team names. Extend the formula for all the other teams by dragging the formula. Our teams with their logos look something like this:

Create Image-Based Drop-Down Lists  teams with logos

Let us assign a name to all the logos we just created. For this, select all the cells, give a name “LOGOS” in the name box.

 Create Image-Based Drop-Down Lists assign name

Let’s get to the crux of the topic, the drop-down creation:

Choose a cell where you want to create the drop-down, (1) go to the Data ribbon, (2) Data Validation

 Create Image-Based Drop-Down Lists Data validation

Choose the inputs from a list and our source will be the named range we created:

 Create Image-Based Drop-Down Lists choose the inputs

This will create a drop-down list in the cell chosen by you:

Create Image-Based Drop-Down Lists

We’re able to display the team names in the drop down is because inside the IMAGE function we have included a second optional argument of Alternate Text to refer to these images.

This is a powerful way of using images with alternate texts for easy referencing in Excel.

Leave a Reply

Your email address will not be published. Required fields are marked *