Difference between revisions of "Manuals/calci/ISBLANK"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''ISBLANK'''(Value) where, '''Value''' -  represents the cell. </div> ---- <div id="1SpaceContent" clas...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''ISBLANK(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.
 +
*ISBLANK function can be used to check for blank or null values.
 +
*This function will return the result as TRUE when given value or referred cell is empty otherwise the result is FALSE when the cell is nonempty.
 +
*The argument can be blank, or it can contain data such as text, numbers, error values, or logical values.
  
'''ISBLANK'''(Value)
+
==Examples==
 +
*A          B          C                  D
 +
*121    abc    12/1/2012
 +
#ISBLANK(A1)=FALSE
 +
#ISBLANK(B1)=FALSE
 +
#ISBLANK(C1)=FALSE
 +
#ISBLANK(D1)=TRUE
  
where,
+
==See Also==
 +
*[[Manuals/calci/ISLOGICAL  | ISLOGICAL ]]
 +
*[[Manuals/calci/ISTEXT  | ISTEXT ]]
  
'''Value''' -  represents the cell.
+
==References==
 
+
[http://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient Correlation]
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">If cell is empty, ISBLANK returns 1.</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
ISBLANK
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
Lets see an example in (Column1, Row2)
 
 
 
<nowiki>=ISBLANK(R1C1)</nowiki>
 
 
 
ISBLANK returns 0.
 
 
 
Cosider an another example
 
 
 
<nowiki>=ISBLANK(C2)</nowiki>
 
 
 
It returns 1.
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class="  " | Column1
 
| class=" " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="  " | 5
 
| class="sshl_f " | 0
 
| 0
 
| 0
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 0
 
| class="sshl_f" | 1
 
| 0
 
| 0
 
|- class="odd"
 
| Row3
 
| 0
 
| class="            SelectTD ChangeBGColor SelectTD" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
| 0
 
| 0
 
|- class="even"
 
| Row4
 
| 0
 
| 0
 
| 0
 
| 0
 
|- class="odd"
 
| class=" " | Row5
 
| 0
 
| 0
 
| 0
 
| 0
 
|- class="even"
 
| Row6
 
| 0
 
| 0
 
| 0
 
| 0
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 02:19, 12 December 2013

ISBLANK(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.
  • ISBLANK function can be used to check for blank or null values.
  • This function will return the result as TRUE when given value or referred cell is empty otherwise the result is FALSE when the cell is nonempty.
  • The argument can be blank, or it can contain data such as text, numbers, error values, or logical values.

Examples

  • A B C D
  • 121 abc 12/1/2012
  1. ISBLANK(A1)=FALSE
  2. ISBLANK(B1)=FALSE
  3. ISBLANK(C1)=FALSE
  4. ISBLANK(D1)=TRUE

See Also

References

Correlation