2,897 bytes added
, 02:36, 25 October 2013
<div id="6SpaceContent" class="zcontent" align="left">
'''HEX2BIN'''(SomeNumber, NumberPlaces)
where,
'''SomeNumber''' - is the hexadecimal number.
'''NumberPlaces''' - is the number of characters.If omitted then it use minimum number of characters.NumberPlaces is use for adding the return value with leading zero.
</div>
----
<div id="1SpaceContent" class="zcontent" align="left">
Calci converts a hexadecimal number to binary number.
</div>
----
<div id="7SpaceContent" class="zcontent" align="left">
If SomeNumber and NumberPlaces are non-numeric, HEX2BIN returns the#ERROR.
If the NumberPlaces is a negative, it returns the #ERROR.
If NumberPlaces > LengthofSomeNumber then returns #ERROR.
If number is not valid hexadecimal number, it returns #ERROR.
If NumberPlaces > 10 ,then it returns #ERROR.
</div>
----
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
HEX2BIN
<font size="6"></font>
</div></div>
----
<div id="8SpaceContent" class="zcontent" align="left">
Lets see an example in (Column1, Row1)
<nowiki>=HEX2BIN("A",5)</nowiki>
HEX2BIN converts A to 01010.
Consider an another example(Column1,Row2)
<nowiki>=HEX2BIN("C3")</nowiki>
Converts C3 to 11000011.
</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="sshl_f" | 1010
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| class=" " | Row2
| class="sshl_f" | 11000011
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| Row3
| 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"
| Row4
| class=" " |
| class=" " |
| class=" " |
| class=" " |
|- class="odd"
| class=" " | Row5
| class=" " |
| class=" " |
| class=" " |
| class=" " |
|- class="even"
| Row6
| class=" " |
| class=" " |
| class=" " |
| class=" " |
|}
<div align="left">[[Image:calci1.gif]]</div></div>
----