Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

if not function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sarada - 24 Mar 2008 07:03 GMT
we want to know abou if not function syntax and example.
OssieMac - 24 Mar 2008 07:24 GMT
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")

Signature

Regards,

OssieMac

> we want to know abou if not function syntax and example.
Saran Kumar - 24 Mar 2008 08:37 GMT
thank you yaar................ nice information

ur's
saran

> Not function simply reverses the True/false.
>
[quoted text clipped - 7 lines]
>
> > we want to know abou if not function syntax and example.
Robert McCurdy - 24 Mar 2008 13:24 GMT
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
> we want to know abou if not function syntax and example.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.