Difference between revisions of "Manuals/calci/LOWER"
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">'''LOWER'''</font></font></font><font color="#48484...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''LOWER(txt)'''</div><br/> |
+ | *<math>txt</math> ) is the text which we want change in to a lowercaseis the complex number is of the form | ||
− | |||
− | + | ==Description== | |
− | + | *This function used to change the upper case letters in to lower case letters. | |
− | + | *Upper case letters are the alphabetical capital letters and Lower case are the alphbetical small letters. | |
+ | *Capital letters:ABCDEF…..,Small letters:abcdef…. LOWER 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. | ||
− | LOWER | + | ==Examples== |
+ | *LOWER("WONDERFUL")=wonderful | ||
+ | *LOWER("United Arab Emirates")=united arab emirates | ||
+ | *LOWER("Train No is 16245")=train no is 16245 | ||
+ | *LOWER("Time @")=time @ | ||
+ | *LOWER(Small)=Null | ||
− | + | ==See Also== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:00, 19 December 2013
LOWER(txt)
- ) is the text which we want change in to a lowercaseis the complex number is of the form
Description
- This function used to change the upper case letters in to lower case letters.
- Upper case letters are the alphabetical capital letters and Lower case are the alphbetical small letters.
- Capital letters:ABCDEF…..,Small letters:abcdef…. LOWER 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
- LOWER("WONDERFUL")=wonderful
- LOWER("United Arab Emirates")=united arab emirates
- LOWER("Train No is 16245")=train no is 16245
- LOWER("Time @")=time @
- LOWER(Small)=Null