View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geezer Geezer is offline
external usenet poster
 
Posts: 2
Default This is what I want to do: =if(a1 CONTAINS "BIRD","YES","NO", false)

Greetings all you XLS Masters


IF cell A1 equals TWEETY BIRD
This is what I want to do in cell B1
=if(a1 CONTAINS "BIRD","YES","NO", false)

It must be simple - unlike the HELP system on Excel

Care to help?
Thank You
CB