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: How to use VLOOKUP Function in Excel? What is VLOOKUP Function? The VLOOKUP function in Excel searches for a value in a table and returns a corresponding value from another column in the same row…
INDEX function is used to get the value from a cell range or table, function returns the value from a table where row and column intersect with each other.
Watch: How to use EOMONTH & EDATE Function in Excel? What is EOMONTH Function? The EOMONTH function in Excel returns the last day of a month based on a given date and a specified number of…
Scroll Lock in Excel can make scrolling, selecting cells, checking formulas, entering data, and recording macros harder. So, you might need to turn it off to work normally. In this article, we’ll show you how…
AND, OR, NOT Functions” provide result in “TRUE” or “FALSE”. If the logical condition is correct and matching the parameters provided, then result would be “TRUE” or if logical condition is not correct and not matching the parameters provided then result would be “FALSE”
Print Row Header on Each Page in Excel means that when you print your worksheet, the selected row (often the top row with column headers) will repeat at the top of every printed page. This ensures…