if not function

O

OssieMac

Not function simply reverses the True/false.

Example of a simple If function to test for Zero:-

=IF(A1=0,"Is Zero","Not Zero")

Nesting the above with the Not function as follows:-

=IF(NOT(A1=0),"Not Zero","Is Zero")
 
R

Robert McCurdy

Also you can use <>
An example:

=A2<>"Dog"

If A2 has 'Dog' then the formula returns FALSE
otherwise it returns TRUE.

<> stands for Not Equal

Regards
Robert McCurdy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top