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
LEN function is used for counting number of characters in available string. The output of the function returns the count in new cell.
Excel Function REPLACE REPLACE function is used to replace the existing text from a specific location in a cell to New Text. REPLACE Function has argument four arguments i.e. old_text, start_num, num_chars and new_text. We need to give the…
Generate Random Numbers in Excel Using RAND We have got many instances where we needed to generate a random database or values. Rand function is very useful for the users who creates random database for…
SUMIF function is used to get the “total sum” for number of times the criteria across range is met. SUMIF Function has two required arguments.
Blank rows in Excel can be a real hassle, making it harder to move around and work with your data. But don’t worry—there are plenty of easy ways to get rid of these unwanted rows….
REPT function is used to repeat the text or cell reference to multiple times