I have a file of UPC numbers, many of shich start with a 0 (zero), formatted as text and currently showing as an example: 0010034246
Some of the cells have a random newline character at the end, so I tried to do a replace (find \n; Replace with" " (space); regular expressions, current selection only), and it remmoved the newline properly, but the cell now contains 10034246 formatted as a number.
Is there a way to retain the text formatting and leading zeros?
Thanks,
Paul