Forum Discussion
g.vanderveen
May 23, 2017Copper Contributor
Show images conditionally
I would like to show some images in my Excel spreadsheet only when certain conditions are valid. For example: Only show the image when A1>10 or B4<5. How should I do this? Gosse
- May 24, 2017
Hi Gosse,
This https://excelribbon.tips.net/T010450_Displaying_Images_based_on_a_Result.html tip could help
kadirguler
May 30, 2021Brass Contributor
Review this example that image added based on cell value :
In this template, when a cell in column A is selected, if there is picture of the cell contents is automatically shown on column F. The selected cell is also indicated by the arrow shape that we have created with VBA codes. Code snippet only was added to Worksheet_SelectionChange procedure for picture viewing.
Read more and download sample file here : https://merkez-ihayat.blogspot.com/2025/04/excel-display-image-based-on-cell-value.html