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

one way:

=IF(B12<0,B12)

which will return FALSE if B12 = 0

In article ,
"NEEDTOKNOW" wrote:

If statement for greater than would be =IF(B120,B12)

What would it be for NOT EQUAL to ?