Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''LOWERCASE(text)'''</div><br/> *<math>text</math> is the text which we want change in to a lowercase. ==Description== *This function used to ch..."
<div style="font-size:30px">'''LOWERCASE(text)'''</div><br/>
*<math>text</math> is the text which we want change in to a lowercase.

==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 alphabetical 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 text with in double quotes("") or we can use the cell references.

==Examples==
*LOWERCASE("WONDERFUL")=wonderful
*LOWERCASE("United Arab Emirates")=united arab emirates
*LOWERCASE("Train No is 16245")=train no is 16245
*LOWERCASE("Time %")=time %
*LOWERCASE(Small)=Null
3,314

edits

Navigation menu