Return the acronym from a text string
You can return the acronym for up to three words by using these formulas.
link - https://chandoo.org/wp/get-initials-from-name-excel-formula
|
Built-in Functions
FIND - The starting position of a substring within a larger text string (case sensitive).
IFERROR - The value or something else if it evaluates to an error.
LEFT - The first or left most characters in a text string.
LEN - The number of characters in a text string.
MID - The characters from the middle of a text string.
SEARCH - The starting position of a substring within a larger text string (not case sensitive).
SUBSTITUTE - The text string after replacing instances of a substring.
User Defined Function
ACRONYM - Returns the first letter of each word.
Related Formulas
Remove one word
Replace one word with another
Return a substring
Return the first name from a full name
Return the last name from a full name
Return the second word
Return the words in reverse order
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top