View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Can i use the IF condition to import an image or change a cell col

To change the cell colour, use conditional formatting.
--
David Biddulph

"martin59" wrote in message
...
Thanks for looking.
I have this command in a spreadsheet and it works fine, what i want to do
is
change the "yes" part for a way of importing a jpeg or bitmap image or
changing the cell colour


=IF(G3<G8,"YES","")

Thanks
Martin