IF function... not equal to

C

cj_singer

How do I set the IF function to do a "not equal to" or "does not equal" or
something similar? As opposed to =, <, >, <=, >=.
 
C

CyberTaz

You can also go ahead and use =, just reverse your true/false arguments...
_usually_ |:>)
 
Top