Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel cells formatting

Status
Not open for further replies.

sabavno

Programmer
Joined
Jul 25, 2002
Messages
381
Location
CA
Hi,

A quick question....my cell value appears as 1.112E+11, when I double-click on it, it becomes 111200201529. What is the reason for the number field appear as something like 1.112E+11?


Thanks
 
Yeah, it is formatted as general. But this same column also has the values that include text, should I still format the whole column as a number?
 
You can - but it depends on what you are doing with that data that may determine what format yuo use.
 
When the format is General, and the number is longer than the column is wide, excel will usually display numbers in notation form. In the number 1.112E+11, "E+11" means exponent of 11, or that the decimal is really 11 places to the right. Changing the cell's format to a number type may solve the problem, but if you get a result like "#######" it means that the column needs to be wider, or the font size smaller, so that the entire value can show. Setting an entire column format to a number type will not alter text strings.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top