answersLogoWhite

0

It will stay formatted until the formatting is changed to something else, so it can in effect have the same format permanently if it is not changed.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does it mean when the contents of a cell turns to pound signs in excel?

The number in the cell is too long to be displayed in the cell. Increase the column width to display the entire number.


How long does the average red blood cell remain in circulatory system?

Around Roughly 127 days


What does text wrap command in Excel do?

It ensures that text remains in the confines of a cell, rather than flowing out of the cell, if it is too long to fit into it. The text will wrap onto another line and make the cell higher if necessary.


Are numbers with text number format can be used in calculation in MS Excel?

Yes they can be. If they are formatted as text through the Format Cells option or put the single quote before it, they can still be treated as a number for calculation purposes. You can still use them in any kind of calculation, as long as there is no other actual characters in the cell, like letters. You can use a plus or minus symbol in the cells though.


How do you fit words in the cell box in excel?

This question is not clear. To enter text in a cell, click on the cell and type your text. If the text is too long to display in the cell, you can make the column wide enough to display the text. Another option is to format the cell to wrap text.


How long does it take to reach the last cell in Microsoft Excel?

You can get to instantly by typing the address in the Name Box or using the Goto command which you can get by pressing the F5 key.


How exel display long text?

If the cell width is too short, Excel moreover plainly cuts the noticeable text off, or it flows into the subsequently cell (deepening if the subsequently compartment has some content in it or not). Excel displays ### when the cell content holds just text and if it exceeds 256 characters and the cell arrangement is position to "Text". Usually, background the cell format to "General" fixes this difficulty. However! If user bring into play this cell as a data-input to, for instance, a field in a merged Word document, only the first 256 characters will be clutched!!!


How long does excel gum last?

1000000000000000000 hours


Where you could find Text length in Excel?

You use the LEN function. Say you had some text in cell A2 and you wanted to find out how long it was, then you would type the following formula: =LEN(A2)


Will the Ativa CD-R work in any CDR drive?

Yes long as it gets formatted correctly.


Can you download stuff on to a hard drive from a mac?

Yes, as long the hard disk drive is not NTFS formatted.


What does the '' symbol do in Excel?

It indicates text. You usually use a pair of quotes to symbolise text, often within formulas. If you don't have something to indicate text, then Excel will think it refers to a particular thing in a spreadsheet, which it then cannot find. If you want to find the length of a piece of text, you can use the LEN function. If you type the text into a cell, you can refer to that cell directly. If you had some text in cell A3, then the following formula will tell you how long the text is:=LEN(A3)In this case Excel knows that A3 refers to a cell. If you do the following formula you will get an error:=LEN(John)This is because it does not know what John is. It is not a cell like A3 is and it does not refer to anything else. If you want to find the length of the word John, then you would have to do it like this:=LEN("John")Now Excel knows you are referring to a piece of text, so it will give the answer 4.