Difference between revisions of "Manuals/calci/PROPER"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''PROPER'''</font></font></font><font color="#48...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''PROPER(txt)'''</div><br/> |
+ | *<math>txt</math> txt is the text given in double quotas | ||
− | |||
− | + | ==Description== | |
+ | *This function is used to capitalizes the first letter in each word . | ||
+ | *Also it is changing the other letters in to lower case. | ||
+ | *In a sentence this function taking the first letter of each word to change in to a upper case letters and remaining all of the letters it will change in to a lower case letters. | ||
+ | *PROPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored. | ||
+ | *Also we have to give the txt with in double quotas("") or we can use the cell references. | ||
− | + | ==Examples== | |
− | + | #PROPER("i like to have a icecream")=I Like To Have A Icecream. | |
− | + | #PROPER("WHERE YOU ARE GOING")=Where You Are Going. | |
+ | #PROPER("august 15th")=August 15Th. | ||
+ | #PROPER(nice place)=Null | ||
− | + | ==See Also== | |
+ | *[[Manuals/calci/UPPER | UPPER ]] | ||
+ | *[[Manuals/calci/LOWER | LOWER ]] | ||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 01:40, 23 December 2013
PROPER(txt)
- txt is the text given in double quotas
Description
- This function is used to capitalizes the first letter in each word .
- Also it is changing the other letters in to lower case.
- In a sentence this function taking the first letter of each word to change in to a upper case letters and remaining all of the letters it will change in to a lower case letters.
- PROPER function will consider only the text, when we are giving any numbers, or any special characters like @,&.. all are ignored.
- Also we have to give the txt with in double quotas("") or we can use the cell references.
Examples
- PROPER("i like to have a icecream")=I Like To Have A Icecream.
- PROPER("WHERE YOU ARE GOING")=Where You Are Going.
- PROPER("august 15th")=August 15Th.
- PROPER(nice place)=Null