I have a column with both numbers 1-99 and a few alphanumerics like U08.
Import throws an error because "U" isn't a number.
However, all my numbers now have leading zeros, 3 is now 003.
Can I convert to text while maintaining the original numbers?
Import throws an error because "U" isn't a number.
However, all my numbers now have leading zeros, 3 is now 003.
Can I convert to text while maintaining the original numbers?
Last edited: