M
macsmaker
Why does Excel 2007 insist upon stripping leading zeros? Here's an
example:
Assume this data in a column:
ABC0001
ABC0002
ABC0003
Even if this column is defined to be text, if you do a group replace
of ABC to nothing, what will left is
1
2
3
NOT
0001
0002
0003 which is the desired result. If you edit individual cells, the
leading zeros are preserved. But using replace, the leading zeros are
removed.
example:
Assume this data in a column:
ABC0001
ABC0002
ABC0003
Even if this column is defined to be text, if you do a group replace
of ABC to nothing, what will left is
1
2
3
NOT
0001
0002
0003 which is the desired result. If you edit individual cells, the
leading zeros are preserved. But using replace, the leading zeros are
removed.