USING MICROSOFT EXCEL
USING THE RIGHT LEFT AND MID FUNCTIONS IN EXCEL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Change the letters to lowercase
|
|
Change the letters to uppercase
|
|
Change the font to medium
|
|
Change the letters to italics
|
Detailed explanation-1: -Converts all uppercase letters in a text string to lowercase.
Detailed explanation-2: -Python String lower() Method The lower() method returns a string where all characters are lower case.
Detailed explanation-3: -To convert the text to lowercase, type =LOWER(A2) instead. Use =UPPER(A2) in cases where you need to convert text to uppercase, replacing A2 with the appropriate cell reference.
Detailed explanation-4: -The strlwr( ) function is a built-in function in C and is used to convert a given string into lowercase. Syntax: char *strlwr(char *str);
Detailed explanation-5: -The toupper() function is used to convert lowercase alphabet to uppercase. i.e. If the character passed is a lowercase alphabet then the toupper() function converts a lowercase alphabet to an uppercase alphabet. It is defined in the ctype.