G Guest Mar 24, 2005 #1 How do I set the IF function to do a "not equal to" or "does not equal" or something similar? As opposed to =, <, >, <=, >=.
How do I set the IF function to do a "not equal to" or "does not equal" or something similar? As opposed to =, <, >, <=, >=.
G Guest Mar 24, 2005 #2 You can also go ahead and use =, just reverse your true/false arguments... _usually_ |:>)