This tutorial demonstrates the new Excel feature allowing users to insert images directly inside cells, enabling easier image lookups and more visually appealing dashboards.
Insert > Pictures
.Ctrl
to select multiple images and insert them all at once.Ctrl + T
).FILTER
function to spill both names and images based on project criteria.
=FILTER(Table[Name]:Table[Picture], Table[Project]="Project Name")
XLOOKUP
.=XLOOKUP(LookupImage, Table[Picture], Table[Name])
End of Notes