2,839 bytes added
, 02:38, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''LEFT'''(Text, Number_chars)
where,
'''Text''' - is the text string to extract.
'''Number_chars''' - represents the number of charcaters you want LEFT to extract.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
LEFT retuns the charcater from text string, based on number of characters.
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If Number_chars <= 0,LEFT returns #ERROR.
If Number_chars > length of text, it returns all of text.
If Number_chars is omitted, it is considered as 1.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
LEFT
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column1, Row2)
<nowiki>=LEFT(R1C1,2)</nowiki>
LEFT returns JO.
Lets see an another example in (Column1,Row3)
<nowiki>=LEFT(R1C1)</nowiki>
LEFT returns J(if omitted,considered as 1).
Consider an example in (Column1, Row4)
<nowiki>=LEFT(R1C1,20)</nowiki>
LEFT returns JOHN SMITH(Number_chars> length of text).
</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=" " |
| Column1
| Column2
| Column3
| Column4
|- class="odd"
| class=" " | Row1
| class=" " | JOHN SMITH
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| class=" " | Row2
| class="sshl_f" | JO
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| Row3
| class="sshl_f" | J
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| Row4
| class="sshl_f" | JOHN SMITH
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| class=" " | Row5
| 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>
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| Row6
| class=" " |
| class=" " |
| class=" " |
| class=" " |
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----