Difference between revisions of "Manuals/calci/ISTEXT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''ISTEXT'''(Value) where, '''Value''' -  represents the value in cell. </div> ---- <div id="1SpaceConte...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''ISTEXT(n)'''</div><br/>
 +
*<math>n</math> is the value to test.
  
'''ISTEXT'''(Value)
 
  
where,
+
==Description==
 +
*This function is  one of the group in <math>ISFUNCTIONS</math>.
 +
*The <math>IS FUNCTION</math>  is also known as data information functions, data inspection functions or data-testing functions.
 +
*<math>ISTEXT(n)</math>,  can be used to test whether  the given values are text or not.
 +
*This function gives the result as only TRUE or FALSE.
 +
*The result is TRUE when the n value is text  otherwise the result is FALSE.
 +
*The argument can be blank, or it can contain data such as text, numbers, error values,  logical values or any equations. When we giving any  argument with in double quotas, this function will consider as the text.
  
'''Value''' -  represents the value in cell.
 
  
</div>
+
==Examples==
----
+
#summer
<div id="1SpaceContent" class="zcontent" align="left">If cell having text, ISTEXT returns 1.</div>
+
=ISTEXT(B1)=TRUE
----
+
#18764
<div id="7SpaceContent" class="zcontent" align="left">
+
=ISTEXT(B1)=FALSE
 +
#"18764"
 +
=ISTEXT(B1)=TRUE
 +
=ISTEXT(C1)=FALSE(in c1 give blank space)
 +
#"She is good"
 +
=ISTEXT(B1)=TRUE
  
</div>
+
==See Also==
----
+
*[[Manuals/calci/ISEVEN  | ISEVEN ]]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*[[Manuals/calci/ISODD  | ISODD ]]
 +
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]
 +
*[[Manuals/calci/ISNONTEXT  |ISNONTEXT ]]
  
ISTEXT
 
  
</div></div>
+
==References==
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
Lets see an example in (Column1, Row2)
 
 
 
<nowiki>=ISTEXT(R1C1)</nowiki>
 
 
 
ISTEXT returns 0.
 
 
 
Cosider an another example
 
 
 
<nowiki>=ISTEXT(C2)</nowiki>
 
 
 
It returns 1.
 
 
 
</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=" " |
 
| class="  " | Column1
 
| class="  " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="  " | 5
 
| class="sshl_f " | smith
 
| 0
 
| 0
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 0
 
| class="sshl_f" | 1
 
| 0
 
| 0
 
|- class="odd"
 
| Row3
 
| 0
 
| 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>
 
| 0
 
| 0
 
|- class="even"
 
| Row4
 
| 0
 
| 0
 
| 0
 
| 0
 
|- class="odd"
 
| class=" " | Row5
 
| 0
 
| 0
 
| 0
 
| 0
 
|- class="even"
 
| Row6
 
| 0
 
| 0
 
| 0
 
| 0
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 04:20, 10 January 2014

ISTEXT(n)


  • is the value to test.


Description

  • This function is one of the group in .
  • The is also known as data information functions, data inspection functions or data-testing functions.
  • , can be used to test whether the given values are text or not.
  • This function gives the result as only TRUE or FALSE.
  • The result is TRUE when the n value is text otherwise the result is FALSE.
  • The argument can be blank, or it can contain data such as text, numbers, error values, logical values or any equations. When we giving any argument with in double quotas, this function will consider as the text.


Examples

  1. summer

=ISTEXT(B1)=TRUE

  1. 18764

=ISTEXT(B1)=FALSE

  1. "18764"

=ISTEXT(B1)=TRUE =ISTEXT(C1)=FALSE(in c1 give blank space)

  1. "She is good"

=ISTEXT(B1)=TRUE

See Also


References