IF Formula

  • Thread starter Thread starter Jamie Bishop
  • Start date Start date
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!
 
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"), "")
 
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
 

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

Similar Threads


Back
Top