Proper()
This function is used to convert the text in title case (title case means every word has first letter as capital, e.g. - Excel Matic)
Syntax:
= Proper (Text)
Text = is the text, or reference to a cell that contains the text, that is required to be converted to title case
Example:
Below are some examples to illustrate the usage of Proper() function. For these illustrations let us assume that cell A1 contains text - ExCeL mAtIc
- = Proper("hELLO World") - result will be - Hello World
- = Proper("HeLlO WoRlD") - result will be - Hello World
- = Proper(A1) - result will be - Excel Matic
Note: this function can take text in any case to convert to title case
0 comments:
Post a Comment