Y
Yellowbird
I have data in the format:
00000
00001
00002
00003
and so on that was imported from a Crystal Report, which is pulling
these values from an SQL database. Once in Excel, I want these to be
no longer than 4 digits, as in:
0000
0001
0002
0003
So I need to remove the first zero that precedes each value. Once
properly formatted in Excel, I need to export my file as CSV and each
column must be a certain variable width (in this case, 4 characters).
I've looked into the Trim function, but I'm not sure how to trim just
the first character on the left.
Guidance or suggestions appreciated.
Thanks in advance,
Yellowbird
00000
00001
00002
00003
and so on that was imported from a Crystal Report, which is pulling
these values from an SQL database. Once in Excel, I want these to be
no longer than 4 digits, as in:
0000
0001
0002
0003
So I need to remove the first zero that precedes each value. Once
properly formatted in Excel, I need to export my file as CSV and each
column must be a certain variable width (in this case, 4 characters).
I've looked into the Trim function, but I'm not sure how to trim just
the first character on the left.
Guidance or suggestions appreciated.
Thanks in advance,
Yellowbird