taking data from a db into the spreadsheet, and I have a column that is numbers, but they start with a zero (0123456789)
When the data goes in it is ok, but any edits to the cells that also contain a zero ie 01234, will turn into 1234.
How can I stop this from happening, as I require the leading zero to be there.
I would think this would also apply to any new lines been added, I would need this been stopped also.
Many thanks