Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a text string of 4-digit numbers separated by commas. When I paste
that string into a cell, Excel converts it to a number instead of interpreting it as text. Can anyone explain why? I could understand if it were 3-digit numbers separated by commas, because that is a conventional representation. Here is an example: I paste in a string (without quotes) like: "4235,4236,4237,4238,4246,4247,4248,4249,4250,4251 ,4252" Excel turns it into a number like: 42,354,236,423,742,300,000,000,000,000,000,000,000 ,000,000 Interestingly, if I paste in: "4235, 4236, 4237, 4238, 4246, 4247, 4248, 4249, 4250, 4251, 4252" I get a text string and not a number. This does not happen in cells where I preformat the cell as Text, but does when the cell is General format. Just curious, Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? | Excel Discussion (Misc queries) | |||
Excel. How to round a number to nearest half number? | Excel Discussion (Misc queries) | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
excel format cells/Number/Category: Number problem | Excel Discussion (Misc queries) | |||
command to return the row number or cell number in excel? | Excel Programming |