answersLogoWhite

0


Best Answer

In Excel you can use the UPPER function. You can put a cell reference into it or even specific text.

=UPPER("change this")

This will result in CHANGE THIS.

=UPPER(A3)

This will display the content of cell A3 in uppercase in the cell that the formula has been typed into.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

You can use the UPPER function in Excel:

=UPPER("text")

You canr press Shift and the F3 key in Microsoft Word having selected the text.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How convert small letter in capital later?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert Nutritional Calories to calories?

Multiply by 1000. Food Calories (note the capital letter) are 1 kcal (note the small letter).


A capital letter or a combination of a capital letter and a small letter that is used to represent an element is called?

Chemical Symbol


What is the difference between toggle case and sentence case?

i think title case starts titles with capital letters while sentence case is starting sentesces with a capital letter


What is the difference of a a capital letter to a small letter?

A capital letter is to start a sentence or when you use a name or place. Lowercase is the smaller of the two types.


WHAT IS A COMBINATION OF A CAPITAL LETTER AND A SMALL LETTER THAT IS USED TO REPRESENT AN ELEMENT IS CALLED AN?

groups


What do you call the letter or group of letters that represents an element on the periodic table?

An element is represented by a Capital letter or a capital and small letter like: C or Na. Get is CNA HAAHAHaha


Differnce between Internet and Internet?

first begins with capital letter and other with small letter!


What is the Greek symbol for mu?

capital= M small letter = μ


How do you write a program in C to convert capital letters into small letters?

Use the tolower() function in the C standard library.


What is the keyboard shortcut for changing text from capital letters to small letters in notepad?

You cannot convert existing text from capital letters to small letters in Notepad. What you could do is copy the text and paste into a word processor and do it there. For example, if you pasted it into Microsoft Word, then select it and press Shift - F3 to convert it between the different cases. Then copy and paste it back to Notepad when you have it all in capital letters.


Which company has a small letter d with a capital E has logo?

edgar snyder


How do you convert capital string to small in Java?

To convert a String object to lowercase in Java, use the toLowerCase() method. "HELLO".toLowerCase() returns a new String: "hello".