graphics in Excel

M

Me

I am trying to use an image (bitmap) an argument for an IF statement. Is
there a way to make this work?

=IF(a1=1,c:/image1.bmp,c:/image2.bmp)
 
Top