Text Functions in Excel
Text Functions in Excel
1.Concatenate:
The CONCATENATE function is used to combine two or more text strings into a
single string.
2.LEFT():
The LEFT function returns a specific number of characters from the beginning
of a text string.
If you don't specify the num_chars argument, it will return the first character
of the text string.
3.RIGHT():
The RIGHT function returns a specific number of characters from the end of a
text string.
If you don't specify the num_chars argument, it will return the last character
of the text string.
4.MID():
The MID function extracts a specific number of characters from the middle of
a text string.
Syntax: =MID(text, start_num, [num_chars])
Syntax: =UPPER(text)
Syntax: =LOWER(text)