Difference between revisions of "Manuals/calci/CELL"

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">
+
This function gives the information about the formatting, location, or contents of the upper-left cell in a reference.
 
+
Let's see an example if an element is placed in the B4 cell,i.e 4th row
Syntax
 
 
 
</div></div>
 
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
 
 
Examples-1
 
 
 
</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 gives the information about the formatting, location, or contents of the upper-left cell in a reference.</font></font></font>
 
 
 
</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6"> '''<font face="Arial">CELL</font>'''</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"><font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example if an element is placed in the B4 cell,i.e 4<sup>th</sup> row</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">then =CELL(“row”,B2) is 2</font></font></font>
 
  
 +
then =CELL(“row”,B2) is 2
 
=CELL(“row”,B3) is 3
 
=CELL(“row”,B3) is 3
  
</font></font></font></div></div>
+
where Infotype is a text value that specifies what type of cell information that want. And 'ref' is the cell that want information about.
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''CELL'''</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">'''infotype'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">,ref)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''where Infotype '''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">is a text value that specifies what type of cell information that want. </font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">And 'ref' is the cell that want information about.</font></font></font>
 
 
 
</div></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
Line 66: Line 30:
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="SelectTD SelectTD " |
 
| class="SelectTD SelectTD " |
<div id="7Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="7Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
 
|
 
|
 
|
 
|
Line 89: Line 52:
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
 
Examples-2
 
 
</div></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left">
 
 
{| id="TABLE2" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | PLACE
 
| class="sshl_f" | PLACE
 
| class="                                              " |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="                                                        " |
 
| class="SelectTd" |
 
| class="SelectTD" |
 
|
 
|- class="odd"
 
| Row3
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
|
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
|
 
|}
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="14SpaceContent" class="zcontent" align="left"> 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's C1R1= PLACE</font></font></font>
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">then =CELL(“contents”,B2) is PLACE</font></font></font>
 
  
<br /><br />
+
Let's C1R1= PLACE
  
</div>
+
then =CELL(“contents”,B2) is PLACE
----
 

Revision as of 05:23, 20 November 2013

This function gives the information about the formatting, location, or contents of the upper-left cell in a reference. Let's see an example if an element is placed in the B4 cell,i.e 4th row

then =CELL(“row”,B2) is 2 =CELL(“row”,B3) is 3

where Infotype is a text value that specifies what type of cell information that want. And 'ref' is the cell that want information about.

Column1 Column2 Column3 Column4
Row1 12 2
Row2 5 3
Row3
Row4
Row5
Row6


Let's C1R1= PLACE

then =CELL(“contents”,B2) is PLACE