Hi all,
I have SKUs that comes from several sources. The problem with these sources is that they aren't consistent. All SKUs need to be 8 digits with no symbols in it and no spaces and no blanks at the beginning or end.
I have several formulas I have been using to convert this data manually every time I import it with some helper columns, but this is a huge time suck.
I'd like to be able to just select the range of data I need converted and then it would convert in place. Here are the issues I have and would need converted:
Excel 2010
<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
I have SKUs that comes from several sources. The problem with these sources is that they aren't consistent. All SKUs need to be 8 digits with no symbols in it and no spaces and no blanks at the beginning or end.
I have several formulas I have been using to convert this data manually every time I import it with some helper columns, but this is a huge time suck.
I'd like to be able to just select the range of data I need converted and then it would convert in place. Here are the issues I have and would need converted:
Excel 2010
E | F | G | |
---|---|---|---|
8 | Problem | Input | Output |
9 | hyphen in the middle | 12345-678 | 12345678 |
10 | only 6 numbers; needs 2 zeroes added at the beginning | 123456 | 00123456 |
11 | only 7 numbers; needs 1 zero added at the beginning | 0123456 | 00123456 |
12 | requires no change | 12345678 | 12345678 |
<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Removing "-"