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
SUMIFS function is used to get the “total sum” of values for matching criteria across range. SUMIFS Function has required and optional arguments
SUBSTITUTE function is used to substitute the existing old text to new text.
This tutorial shows you how to change the row colors in Excel to automatically highlight every other row or every nth row or column in your worksheets. You will also learn how to use Excel’s banded rows and columns and find some helpful formulas to shade rows based on value changes.
Using alternating colors for rows in Excel is a common way to make data easier to read. While it’s simple to manually highlight rows in a small table, it can be very time-consuming in larger tables. A better approach is to automatically alternate the colors of rows or columns, and this article will show you how to do it quickly
Excel Function SUBTOTAL Excel Function “Subtotal” is most commonly used formula in excel and it can make your work easy while performing simple mathematical calculations because of variety of features like: – You can use…
Conditional Formatting helps to easily identify the usual and unusual numbers/ conditions, creating interactive visualization by means of Highlight Cells by Rules, Top/Bottom Rules, Data Bars, Color Scales and Icon Sets.
MID function is used for extracting the mid characters from the available string. The output of the function returns the extracted characters in new cell.