3,076 bytes added
, 02:40, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''MIDB'''(Text, Start_num, Number_chars)
where,
'''Text''' - is the text string to extract.
'''Start_num''' - is the position of the first characters.
'''Number_chars''' - represents the number of charcaters you want MID to extract.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
MIDB returns a spcific number of characters from a text string, based on the number of bytes you specify. MIDB is intended for use with languages that use the double-byte character set (DBCS).
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If Start_char < 1, MIDB returns #ERROR.
If Number_chars < 0, it returns #ERROR.
If Start_char > Lengthof Text, It returns all text.
If Start_char or Number_chars omitted, it returns all text
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
MIDB
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column1, Row2)
<nowiki>=MIDB(R1C1,2,6)</nowiki>
MIDB returns OHN S.
Lets see an another example in (Column1,Row4)
<nowiki>=MIDB(R1C1)</nowiki>
MIDB returns JOHN SMITH.
Consider an example in (Column1, Row3)
<nowiki>=MIDB(R1C1,2)</nowiki>
MIDB returns JOHN SMITH.
</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"
|+ Default Calci
|- class="even"
| class=" " |
| Column1
| Column2
| Column3
| Column4
|- class="odd"
| class=" " | Row1
| class=" " | JOHN SMITH
|
|
|
|- class="even"
| class=" " | Row2
| class="sshl_f" | OHN S
|
|
|
|- class="odd"
| Row3
| class="sshl_f" | JOHN SMITH
|
|
|
|- class="even"
| Row4
| class="sshl_f" | JOHN SMITH
|
|
|
|- class="odd"
| class=" " | Row5
| class=" SelectTD1 ChangeBGColor SelectTD1" |
<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="even"
| Row6
|
|
|
|
|}
{| id="TABLE3_menu"
| align="right" | TABLE3
| <span align="left">[[Image:calci1.gif]]</span>
|
|
[[Image:bold.gif]]
|
[[Image:italic.gif]]
|
[[Image:normal.gif]]
|
[[Image:underline.gif]]
|
[[Image:border.gif]]
|
[[Image:numbers.gif]]
|
[[Image:sort.gif]]
|
[[Image:formatcells.gif]]
|
[[Image:graphs.gif]]
| $
|}
</div>
----