View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pedro Serra Pedro Serra is offline
external usenet poster
 
Posts: 19
Default If function with images

I'm trying that my excel cell shows one of 3 images according to a if
condition.

Something like:

If value in B1A1 in cell C1 appears image 1
If value in B1<A1 in cell C1 appears image 2
If value in B1=A1 in cell C1 appears image 3

How can I built this?

Thanks