Difference between revisions of "Manuals/calci/T"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''T'''(SomeValue) where, '''SomeValue''' - is the value you want to test. </div> ---- <div id="1SpaceCont...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''T(n)'''</div><br/> |
+ | *<math>n </math> is the value to test. | ||
− | |||
− | + | ==Description== | |
+ | *This function gives the text referred to by value. | ||
+ | *In <math> T(n), n </math> is the value to test . | ||
+ | *This function will return the same text whether <math> n </math> value is text or it will return the empty text whether <math> n </math> value is not text. | ||
− | |||
− | + | ==Examples== | |
− | + | {| class="wikitable" | |
− | + | |+Spreadsheet | |
− | + | |- | |
− | + | ! !! A !! B | |
− | + | |- | |
− | + | ! 1 | |
− | + | | Pollution || 178 | |
− | + | |- | |
− | + | ! 2 | |
− | + | | FALSE || 1B | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | {| | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |- | ||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
− | |- | ||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | T | + | #=T(A1) = Pollution |
+ | #=T(B1) = | ||
+ | #=T(A2) = | ||
+ | #=T("Population") = Population | ||
+ | #=T("201") = 201 | ||
+ | #=T(B2) = 1B | ||
− | |||
− | + | ==See Also== | |
+ | *[[Manuals/calci/N | N ]] | ||
+ | *[[Manuals/calci/VALUE | VALUE ]] | ||
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:53, 2 February 2014
T(n)
- is the value to test.
Description
- This function gives the text referred to by value.
- In is the value to test .
- This function will return the same text whether value is text or it will return the empty text whether value is not text.
Examples
A | B | |
---|---|---|
1 | Pollution | 178 |
2 | FALSE | 1B |
- =T(A1) = Pollution
- =T(B1) =
- =T(A2) =
- =T("Population") = Population
- =T("201") = 201
- =T(B2) = 1B
See Also