Manuals/calci/LETTERS
Jump to navigation
Jump to search
LETTERS(Text)
- where is the text string.
Description
- This function displays individual letters from the string.
- can be text, special characters or numbers.
Examples
- =LETTERS("TREE") = T R E E
- =LETTERS("56789") = 5 6 7 8 9
- =LETTERS(["Go","Green","!"]) = G o G r e e n !
- =LETTERS(100) = Error
Related Video
See Also
References