View Single Post
  #2   Report Post  
Annie
 
Posts: n/a
Default

Use < for not equal to. Example: =IF(A1<32, "error",A1)

"NEEDTOKNOW" wrote:

what is the syntax for writing an If statement for NOT EQUAL TOO