Manuals/calci/ISTEXT

From ZCubes Wiki
Revision as of 23:33, 14 January 2014 by Abin (talk | contribs) (→‎Examples)
Jump to navigation Jump to search
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


Spreadsheet
A B C
1 summer 18764 "18764"
2 "she is good" 13

See Also


References