I have an excel spreadsheet. I have 3 different pictures, in cells A1, B1, C1. Cell D1 has a value (one, two or three). Based on the value in D1, i need the cell E1 to display the picture in cell A1, A2 or A3
like this
if(d1="one"; display the picture in A1)
if(d1="two"; display the picture in B1)
if(d1="three"; display the picture in C
Any ideas how do I display the picture based on the IF function?