View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default IF cell does not equal

Like this:

=if(a1<"apple",...)

Regards,
Fred.

"David P." wrote in message
...
How do I do this:

=IF(cell A1 does not equal "apple"),...

Thank you.
--
David P.