For =IF function to display a picture as its value.

  • Thread starter Thread starter Tami W
  • Start date Start date
T

Tami W

I would like to be able to insert a picture into a formula
so that when I use the if= formula the answer can display
a picture instead of a word or number.
 
Hi
this is not possible with formulas but would require VBA. But maybe you
can live with using an IF statement in combination with the HYPERLINK
function. e.g.
=IF(A1="value",HYPERLINK("C:\temp\picture.jpg"),"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top