ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   if not function (https://www.excelbanter.com/excel-worksheet-functions/181069-if-not-function.html)

sarada

if not function
 
we want to know abou if not function syntax and example.

OssieMac

if not function
 
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")


--
Regards,

OssieMac


"sarada" wrote:

we want to know abou if not function syntax and example.


Saran Kumar

if not function
 
thank you yaar................ nice information

ur's
saran

"OssieMac" wrote:

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")


--
Regards,

OssieMac


"sarada" wrote:

we want to know abou if not function syntax and example.


Robert McCurdy

if not function
 
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
"sarada" wrote in message
...
we want to know abou if not function syntax and example.




All times are GMT +1. The time now is 03:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com