IF Formula

J

Jamie Bishop

Does anyone know a way of returning a picture instead of a value in an IF formula?

eg =IF(A1=JIM, <picture>, 0)

Any help very much appreciated!!
Cheers in advance!
 
F

Frank Kabel

Hi
do you need the pircote or would a hyperlink also suffice?. In this
case use something like
=IF(A1=JIM,HYPERLINK("C:\temp\test.jp"), "")
 
J

Jamie Bishop

Hi Frank,
the reason I ask is because I am coming up with a league table for a
5-a-side football league. So basically I want to return a picture of
the team that is at the top of the league automatically. So everyone
can see on the projector.

I can do it manually, but it would be dead impressive if I could do it
automatically. I will try your Hyperlink. See how that works out.

Many thanks
Jamie Bishop
 
Top