View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
K.Parker K.Parker is offline
external usenet poster
 
Posts: 5
Default How to change image by function?

Dear all,

I found that the paste picture link feature is useful. Can I create a link picture that can be
change by function?
Like =IF(A1="USA","show a cell's link","nothing")
If the cell A1 is USA, the picture link will show the content of B1 to C1, if not, show nothing?

Thanks for your help.

K.Parker