Difference between revisions of "Manuals/calci/ISNONTEXT"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div style="font-size:30px">'''ISNONTEXT(n)'''</div><br/> | <div style="font-size:30px">'''ISNONTEXT(n)'''</div><br/> | ||
*<math>n</math> is the value to test. | *<math>n</math> is the value to test. | ||
− | |||
==Description== | ==Description== | ||
− | *This function is one of the group in | + | *This function is one of the group in [[Manuals/calci/IS_FUNCTIONS| IS FUNCTIONS]]. |
− | *The | + | *The [[Manuals/calci/IS_FUNCTIONS| IS FUNCTIONS]] is also known as Data Information Functions, Data Inspection Functions or Data-Testing Functions. |
− | * <math>ISNONTEXT(n) </math>, can be used to test whether | + | * <math>ISNONTEXT(n)</math>, can be used to test whether the given values are not a text or text. |
*This function gives the result as only TRUE or FALSE. | *This function gives the result as only TRUE or FALSE. | ||
− | *The result is TRUE when the n value is | + | *The result is TRUE when the n value is non-text otherwise the result is FALSE. |
− | *The argument can be blank, or it can contain data such as text, numbers, error values, | + | *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. | *When we giving any argument with in double quotas, this function will consider as the text. | ||
− | *Also blank cells consider as the | + | *Also blank cells consider as the non-text. |
− | |||
==Examples== | ==Examples== |
Revision as of 23:29, 23 January 2014
ISNONTEXT(n)
- is the value to test.
Description
- This function is one of the group in IS FUNCTIONS.
- The IS FUNCTIONS is also known as Data Information Functions, Data Inspection Functions or Data-Testing Functions.
- , can be used to test whether the given values are not a text or text.
- This function gives the result as only TRUE or FALSE.
- The result is TRUE when the n value is non-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.
- Also blank cells consider as the non-text.
Examples
A | B | C | |
---|---|---|---|
1 | 74509 | "65142" | MONTHS |
2 | "months" |
- =ISNONTEXT(A1) = TRUE
- =ISNONTEXT(B1) = Null
- =ISNONTEXT(C1) = Null
- =ISNONTEXT(A2) = TRUE
- =ISNONTEXT(B2) = Null