PROPER function is used for changing the format of any text or string to PROPER or SENTENCE Case.
=PROPER(text)
Syntax Description:
text argument, is used to give the cell reference of the string or value that needs to be changed to Proper Case/ Sentence Case
text argument, “A2” is the cell reference for text that is to be changed to “PROPER CASE”
– Output in Cell “B2” is showing that the string is changed to Proper Case
– Output in Cell “B5” is including text and number and no impact in “Numbers” are shown
– Output in Cell “B8” has only Special Characters and there is no impact of “PROPER Case” function
– Number/ Punctuation/ Space/ Special Characters will not have any impact of Function
– If cell reference is not correctly provided in the function, then it will give output as “#VALUE!” (Error)
– Function should give output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us
Watch Excel Tutorial Video – How To Create Dropdown List In Excel How to Create a Dropdown list in excel? Microsoft Excel is what most professionals are using for their day-to-day office. Creating a drop-down…
Microsoft Excel is a useful tool for analyzing data and conducting statistical research. The program includes numerous functions for performing various statistical calculations. One of the essential measures Excel supports is the weighted average.
SUBSTITUTE function is used to substitute the existing old text to new text.
In an “IF function” there will be two output i.e. TRUE or FALSE since either the statement will be “TRUE” or “FALSE”. If the statement is matching or correct, then output will be “TRUE” or if the statement is not matching or not correct then the output will be “FALSE
How to Insert Symbol in Excel? Have you ever faced the challenge of using special character symbols in number formatting or customized number formatting? It is easy to insert any symbol in numbers i.e Delta…
VBA Code to Count Color Cells With Conditional Formatting Have you ever got into situation in office where you need to count the cells with specific color in conditional formatted Excel sheet? If yes then…