ACRONYM

ACRONYM(text, just_capitals)
Returns the first letter of each word.

textThe text you want the acronym for.
just_capitals(Optional) Whether to only use the words that have capital letters.

REMARKS
* The "text" can be a cell range.
* If "just_capitals" is left blank, then False is used.


MORE EXAMPLES

 A
1=JS.ACRONYM("Microsoft Office Consultancy") = MOC
2=JS.ACRONYM("Royal Society for the Protection of Cruelty to Animals", TRUE) = RSPCA
3=JS.ACRONYM("Royal Society for the Protection of Cruelty to Animals", FALSE) = RSPCA

MORE FUNCTIONS
REVERSE returns the characters of a text string in reverse.


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext