Thread
:
when writing an IF statement what is the syntax for "Not Equal to.
View Single Post
#
2
JE McGimpsey
Posts: n/a
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 ?
Reply With Quote