Manuals/calci/T
Jump to navigation
Jump to search
T(SomeValue)
where,
SomeValue - is the value you want to test.
Calci returns the text referred to by value.
If value does not refer to text, T returns "" (empty text).
Column1 | Column2 | Column3 | Column4 | |
Row1 | smith | smith | 4 | 5 |
Row2 | 7 | 8 | 7 | 128 |
Row3 | 12 | 67968 | 14 | 15 |
Row4 | 17 | 18 | 10000 | 20 |
Row5 | 36 | 67994 | 10025 | 168 |
Row6 | NaN | 0.850904 | 1.619775 | 0.525322 |
T
T
Lets see an example in (Column2,Row1)
=T(B2)
T returns the text.
Consider another example
=T(9)
T returns ""(empty string).
Syntax
Remarks
Examples
Description