Clipart in excel formulas

A

Andyman

What's the best way to get a clipart image to show if a certian condition
(answer) is met?
 
F

Frank Kabel

Hi
an easy solution would be to create a hyperlink to this image. e.g.
=IF(A1=1,HYPERLINK("c:\temp\test.gif"),"")
 
Top