Difference between revisions of "Manuals/calci/COLUMNS"
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 | + | <div style="font-size:30px">'''COLUMNS(arr)'''</div><br/> |
− | + | *'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 | + | *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== | |
− | |||
− | |||
− | + | *[[Manuals/calci/COLUMN | COLUMN]] | |
+ | *[[Manuals/calci/ROW | ROW]] | ||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− |
Revision as of 05: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.