Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
how do I keep 16 digit numbers as text in excel?
I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#2
![]() |
|||
|
|||
![]()
Paste Specials Values
"Thuferhawat" wrote in message ... : how do I keep 16 digit numbers as text in excel? : I format the cells as text ahead of time but when I cut and paste the : numbers in the last digit is converted to a zero and it is displayed in : scientific notation. |
#3
![]() |
|||
|
|||
![]()
Do you know of a keyboard shortcut for paste-special-values ?
I have to perform this operation hundreds of times each day and this problem is really costing us. "Lady Layla" wrote: Paste Specials Values "Thuferhawat" wrote in message ... : how do I keep 16 digit numbers as text in excel? : I format the cells as text ahead of time but when I cut and paste the : numbers in the last digit is converted to a zero and it is displayed in : scientific notation. |
#4
![]() |
|||
|
|||
![]()
Format the cell as Text before pasting the data.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#5
![]() |
|||
|
|||
![]()
I did format the cell as text before I did the cut and paste.
That is what is so frustrating. I think that the clipboard is giving it a type of numberic and then when xl gets it it must convert that cell to numberic no matter what you've have told it to do. I'll will try to do a paste-special-values but that will slow us down. We do hundreds of these everyday and this bug in xl is costing us. Do you know of a keyboard shortcut for paste-special-values ? "Chip Pearson" wrote: Format the cell as Text before pasting the data. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#6
![]() |
|||
|
|||
![]()
Hi, thuferhawat;
I was fiddling around with this. Text format showed the scientific notation, as did General. Number format did not, and there was no need for Paste Special. Is there any reason this has to be in Text format? I am also curious about the need to do "hundreds" of cut & paste operations every day. Couldn't you write formulas to transfer the data instead, and let Excel do the work for you? EDIT: I just tried formatting as text before entering the number, and it did not convert to scientific notation, nor did it convert when I cut it, and pasted it elsewhere, still no need for Paste Special. (It did let me know I was formatting a number as text, and that this might be a mistake.) I am using Excel 2003, so perhaps this is improved from your version. PS: Paste Special is not available after cut, only after copy. The keyboard shortcut, or more properly, accelerator, for Paste Special is Alt+es. Best Regards, IanRoy. "thuferhawat" wrote: I did format the cell as text before I did the cut and paste. That is what is so frustrating. I think that the clipboard is giving it a type of numberic and then when xl gets it it must convert that cell to numberic no matter what you've have told it to do. I'll will try to do a paste-special-values but that will slow us down. We do hundreds of these everyday and this bug in xl is costing us. Do you know of a keyboard shortcut for paste-special-values ? "Chip Pearson" wrote: Format the cell as Text before pasting the data. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#7
![]() |
|||
|
|||
![]()
I did format the cell as text before I pasted.
After formating the cell as TEXT I pasted. Prior to pasting the 16 digit number into the cell I formated the cell as text. I followed these procedures: 1. Format the cell as text. 2. paste the 16 digit number into the cell Result = 16th digit converted to zero, displayed as scientific notation. "thuferhawat" wrote: I did format the cell as text before I did the cut and paste. That is what is so frustrating. I think that the clipboard is giving it a type of numberic and then when xl gets it it must convert that cell to numberic no matter what you've have told it to do. I'll will try to do a paste-special-values but that will slow us down. We do hundreds of these everyday and this bug in xl is costing us. Do you know of a keyboard shortcut for paste-special-values ? "Chip Pearson" wrote: Format the cell as Text before pasting the data. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#8
![]() |
|||
|
|||
![]()
Hi, Thuferhawat;
Yes, that is what I would expect. Formatting the target cell beforehand would have no effect, since Paste will overwrite it. Formatting the source cell should give you better results. Here are the results of my experiments: 1) Enter 16 digit number, copy, paste: scientific. 2) Format source as text, then enter number, copy, paste: 16 digits and a warning. 3) Enter number, format source as text, copy, paste: scientific. (In all cases formatting the target cell beforehand should have no effect, because the default paste is paste all, so the source format is pasted as well, and that is what I found.) 4) Format source as number, either before or after entering the number, copy, paste: 16 digits, no error warning. This would seem to be your best option, unless you need the 16 digit number formatted as text for another reason, in which case, go with example "2)." Regards, IanRoy. "Thuferhawat" wrote: I did format the cell as text before I pasted. After formating the cell as TEXT I pasted. Prior to pasting the 16 digit number into the cell I formated the cell as text. I followed these procedures: 1. Format the cell as text. 2. paste the 16 digit number into the cell Result = 16th digit converted to zero, displayed as scientific notation. "thuferhawat" wrote: I did format the cell as text before I did the cut and paste. That is what is so frustrating. I think that the clipboard is giving it a type of numberic and then when xl gets it it must convert that cell to numberic no matter what you've have told it to do. I'll will try to do a paste-special-values but that will slow us down. We do hundreds of these everyday and this bug in xl is costing us. Do you know of a keyboard shortcut for paste-special-values ? "Chip Pearson" wrote: Format the cell as Text before pasting the data. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
#9
![]() |
|||
|
|||
![]()
Thanks for your help!
These 16 digit numbers are Customer Account numbers and will never be used as numbers. They may as well be alpha characters. Is there a way in xl to change the default paste functionality. Is there a key board shortcut for Paste-special-text? We do this cutting and pasting hundreds of times each day and this bug in xl is very costly. I wonder if the programable button on a 3 button mouse could be programed to do such a thing as paste-special-text "IanRoy" wrote: Hi, Thuferhawat; Yes, that is what I would expect. Formatting the target cell beforehand would have no effect, since Paste will overwrite it. Formatting the source cell should give you better results. Here are the results of my experiments: 1) Enter 16 digit number, copy, paste: scientific. 2) Format source as text, then enter number, copy, paste: 16 digits and a warning. 3) Enter number, format source as text, copy, paste: scientific. (In all cases formatting the target cell beforehand should have no effect, because the default paste is paste all, so the source format is pasted as well, and that is what I found.) 4) Format source as number, either before or after entering the number, copy, paste: 16 digits, no error warning. This would seem to be your best option, unless you need the 16 digit number formatted as text for another reason, in which case, go with example "2)." Regards, IanRoy. "Thuferhawat" wrote: I did format the cell as text before I pasted. After formating the cell as TEXT I pasted. Prior to pasting the 16 digit number into the cell I formated the cell as text. I followed these procedures: 1. Format the cell as text. 2. paste the 16 digit number into the cell Result = 16th digit converted to zero, displayed as scientific notation. "thuferhawat" wrote: I did format the cell as text before I did the cut and paste. That is what is so frustrating. I think that the clipboard is giving it a type of numberic and then when xl gets it it must convert that cell to numberic no matter what you've have told it to do. I'll will try to do a paste-special-values but that will slow us down. We do hundreds of these everyday and this bug in xl is costing us. Do you know of a keyboard shortcut for paste-special-values ? "Chip Pearson" wrote: Format the cell as Text before pasting the data. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Thuferhawat" wrote in message ... how do I keep 16 digit numbers as text in excel? I format the cells as text ahead of time but when I cut and paste the numbers in the last digit is converted to a zero and it is displayed in scientific notation. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
numbers and text in Excel to read as text keeping the leading zer. | Excel Discussion (Misc queries) | |||
Paste rows of numbers from Word into single Excel cell | Excel Discussion (Misc queries) | |||
I enter numbers and they are stored as text | Excel Discussion (Misc queries) |