I have a set of data that contains 11 characters. When one of the characters is a letter, and I copy the data and I copy it from another source and paste it into a cell on a blank spreadsheet, the data entire 11 digit string remains intact. However, if the 11 character string is all numbers and the last two digits of that number are zeros, the data is changed into a scientific format number and the last two digits are removed from the cell.
ex1: copied as (123456789D00) and pasted as (123456789D00) - Correct
ex2: copied as (123456789900) and pasted as (1.234567899) - Incorrect
How can I get Excel to stop doing this! 45% of these ID fields are numeric only and are therefore truncating. Doesn't matter if the data is copied from an Outlook email, Access 2007 or even word, once its pasted into Excel, it automatically defaults to this scientific Format
Bookmarks