Difference between revisions of "Manuals/calci/ISEVEN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...")
 
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''ISEVEN(n)'''</div><br/>
 +
*<math>n</math> is the value to test.
 +
==Description==
 +
*This function is  one of the group in ISFUNCTIONS.
 +
*The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
 +
*ISEVEN function canbe used to check the given value is even or not.
 +
*This function gives the result as only TRUE or FALSE.
 +
*The result is TRUE when the n value is even otherwise the result is FALSE.
 +
*The argument can be blank, or it can contain data such as text, numbers, error values,  logical values or any equations.
 +
*This function will not convert any numbers from  text.
 +
*For e.g. "20" is normally converted as a number 20.
 +
*But in ISEVEN("20") will return NAN, because "20" will not convert in to number.
 +
==Examples==
 +
#ISEVEN(12)=TRUE
 +
#ISEVEN(51)=FALSE
 +
#ISEVEN(0)=TRUE
 +
#ISEVEN(-2)=TRUE
 +
#ISEVEN(1+5)=TRUE
 +
#ISEVEN(8-3)=FALSE
 +
#ISEVEN(10*20)=TRUE
 +
#ISEVEN(1058/8)=TRUE
 +
#ISEVEN("100")=NAN
  
Syntax
+
==See Also==
 +
*[[Manuals/calci/ISLOGICAL  | ISLOGICAL ]]
 +
*[[Manuals/calci/ISTEXT  | ISTEXT ]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient Correlation]
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
 
 
Examples
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
 
 
<font size="5">Description</font>
 
 
 
</div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">This function displays 1 if number is even, or 0 if number is odd.</font></font></font>
 
 
 
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6">ISEVEN</font></div></div>
 
----
 
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ISEVEN(3) is 0</nowiki></font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=ISEVEN(8) is 1</nowiki></font></font></font>
 
 
 
</div></div>
 
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''ISEVEN'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">N</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">where N''' '''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">is the value to test. </font></font></font>
 
 
 
</div></div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 3
 
| class="sshl_f" | 0
 
| class="          " |
 
|
 
|- class="even"
 
| class=" " | Row2
 
| class="sshl_f" | 8
 
| class="sshl_f" | 1
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="                        " |
 
| class="SelectTD SelectTD " |
 
<div id="1Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="1Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 02:26, 12 December 2013

ISEVEN(n)


  • is the value to test.

Description

  • This function is one of the group in ISFUNCTIONS.
  • The IS FUNCTION is also known as data information functions, data inspection functions or data-testing functions.
  • ISEVEN function canbe used to check the given value is even or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the n value is even otherwise the result is FALSE.
  • The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations.
  • This function will not convert any numbers from text.
  • For e.g. "20" is normally converted as a number 20.
  • But in ISEVEN("20") will return NAN, because "20" will not convert in to number.

Examples

  1. ISEVEN(12)=TRUE
  2. ISEVEN(51)=FALSE
  3. ISEVEN(0)=TRUE
  4. ISEVEN(-2)=TRUE
  5. ISEVEN(1+5)=TRUE
  6. ISEVEN(8-3)=FALSE
  7. ISEVEN(10*20)=TRUE
  8. ISEVEN(1058/8)=TRUE
  9. ISEVEN("100")=NAN

See Also

References

Correlation