Difference between revisions of "Manuals/calci/COUNTBLANK"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">COUNTBLANK (r)</font></font> <font size="3"><font face="Times New Roma...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
=COUNTBLANK(r)=
  
<font size="3"><font face="Times New Roman">COUNTBLANK (r)</font></font>
+
*Where r the range to count the blank cells.
  
<font size="3"><font face="Times New Roman">Where r the range to count the blank cells.</font></font>
+
== Description ==
  
</div>
+
COUNTBLANK(r)
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
<font size="3"><font face="Times New Roman">This function calculates empty cells in a particular range of cells.</font></font>
+
*This function calculates empty cells in a particular range of cells.
  
</div>
+
*Cells with empty texts are counted but cells with zero values are not counted.
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
<font size="3"><font face="Times New Roman">Cells with empty texts are counted but cells with zero values are not counted.</font></font>
+
<!--Let’s see an example
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">COUNTBLANK</div></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="8SpaceContent" class="zcontent" align="left"><font size="3"><font face="Times New Roman">''' <font size="3"><font face="Times New Roman">AVEDEV (N1, N2...)</font></font> <font size="3"><font face="Times New Roman">Where N1, N 2 ...   are positive integers.</font></font> '''</font></font></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left"><font size="3">
 
 
 
Let’s see an example
 
  
 
COUNTBLANK (N, D)
 
COUNTBLANK (N, D)
Line 50: Line 28:
  
 
</font></div>
 
</font></div>
----
+
---- -->
 +
== Examples ==
 +
 
 +
Consider the following table with different types of data in various columns.
 +
 
 +
COUNTBLANK() counts the number of blank or empty cells in the given range.
 +
 
 
<div id="2SpaceContent" class="zcontent" align="left">
 
<div id="2SpaceContent" class="zcontent" align="left">
  
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
| class="  SelectTD ChangeBGColor SelectTD" |
+
| class="sshl_f" |
<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>
 
| Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " |
 
 
| class="sshl_f" | 5
 
| class="sshl_f" | 5
 
| class="sshl_f" | 3
 
| class="sshl_f" | 3
 
| class="sshl_f" |
 
| class="sshl_f" |
|- class="even"
+
|- class="odd"
| class="  " | Row2
+
| class="sshl_f" | 16
| class="sshl_f   " | 16
 
 
| class="sshl_f" | 0
 
| class="sshl_f" | 0
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
|- class="odd"
+
|- class="even"
| Row3
 
 
| class="sshl_f" |
 
| class="sshl_f" |
| class=" " | 30
+
| class="ssh1_f" | 30
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
|- class="even"
+
|- class="odd"
| Row4
+
| class="sshl_f" | 4
| class="sshl_f       " | 4
 
 
| class="sshl_f " | 14
 
| class="sshl_f " | 14
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
|- class="odd"
+
|- class="even"
| class=" " | Row5
 
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
|- class="even"
+
|- class="odd"
| Row6
 
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |

Revision as of 15:55, 6 November 2013

COUNTBLANK(r)

  • Where r the range to count the blank cells.

Description

COUNTBLANK(r)

  • This function calculates empty cells in a particular range of cells.
  • Cells with empty texts are counted but cells with zero values are not counted.

Examples

Consider the following table with different types of data in various columns.

COUNTBLANK() counts the number of blank or empty cells in the given range.

5 3
16 0
30
4 14