View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Iriemon Iriemon is offline
external usenet poster
 
Posts: 89
Default Can an IF statement insert an picture?

Is there any way to use an IF statement to have it return an picture? Example:

= IF(a1=1,xxxxxx.jpg,"")

If cell a1 =1, insert a picture, otherwise leave cell blanK.

Thanks!