Difference between revisions of "Manuals/calci/COLUMNS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left">  <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''COLUMNS'''</font></font></font><font color="...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> 
+
<div style="font-size:30px">'''COLUMNS(arr)'''</div><br/>
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''COLUMNS'''</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">'''arr'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
*'arr' is an array or a reference to a range of cells.
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''where arr '''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">is an array or a reference to a range of cells for which t the number of columns to be find.</font></font></font>
+
==Description==
 +
*This function gives the number of columns in an given array or in the reference of cell range.
 +
*i.e.COLUMNS(A3:H5)IS 8 because number of cells containing from cell A3 to H5 is 8.
  
</div>
+
==Examples==
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">I gives the number of columns in an </font></font></font>[javascript:AppendPopup(this,'xldefArray_1') <font color="#000000"><font face="Arial, sans-serif"><font size="2">array</font></font></font>]<font color="#484848"><font face="Arial, sans-serif"><font size="2"> or reference.</font></font></font></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
COLUMNS
+
*COLUMNS„(D5:G8) IS 4,because number of columns in between D5 to G8 is 4
 +
*COLUMNS(R5:G4) is 12 , because it will considered as G4 to R5 between columns is 12.
 +
*=COLUMNS({2,4,6,8,0;1,3,5,7,9}) is 5, because it is  giving the number of constants in the given array.
  
</div></div>
+
==See Also==
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example</font></font></font>
+
*[[Manuals/calci/COLUMN | COLUMN]]
 +
*[[Manuals/calci/ROW | ROW]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>= COLUMN(B2:E5) is 4.</nowiki></font></font></font>
+
==References==
 
+
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
<br /><br />
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></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="    " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f      " | 8
 
| class="                                                                                " |
 
| class=" " |
 
| class="                              sshl_f  " |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="                                                                                                                                        " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" sshl_f" | 20
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class="                                                      " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class="    SelectTD  SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 06:35, 12 November 2013

COLUMNS(arr)


  • 'arr' is an array or a reference to a range of cells.

Description

  • This function gives the number of columns in an given array or in the reference of cell range.
  • i.e.COLUMNS(A3:H5)IS 8 because number of cells containing from cell A3 to H5 is 8.

Examples

  • COLUMNS„(D5:G8) IS 4,because number of columns in between D5 to G8 is 4
  • COLUMNS(R5:G4) is 12 , because it will considered as G4 to R5 between columns is 12.
  • =COLUMNS({2,4,6,8,0;1,3,5,7,9}) is 5, because it is giving the number of constants in the given array.

See Also

References

Complex Numbers