I have a column of numbers the supposed to be 8 digits. However, the cell format was in number instead of text, some number started with zeros got truncated. For example
80233571
20723217
1220138
32147
1753029
235789
90527517
How can I get the numbers back to 8 digits?
80233571
20723217
01220138
00032147
01753029
00235789
90527517
Bookmarks