This is a problem I have seen too many times,
I have a spreadsheet with a list of SKUs, of varying character length, formatted as a mix of numbers and text. Many of the SKUs in this column are simple #s (eg 555002), but others have a letter or two added on to the end to indicate a slight variation (eg 555002c). I need to develop a sheet that vertically lists the base SKU #s, with the letter variants horizontally listed in columns to the right
Example:
555002 c
555003 d kz
555004
32105 vsc
The problem is that the SKUs are not all of the same length, nor are there a fixed number of letters on the end of each.
How can I seperate the numbers from the letters, when the cell is formatted all as "Text".
I have a spreadsheet with a list of SKUs, of varying character length, formatted as a mix of numbers and text. Many of the SKUs in this column are simple #s (eg 555002), but others have a letter or two added on to the end to indicate a slight variation (eg 555002c). I need to develop a sheet that vertically lists the base SKU #s, with the letter variants horizontally listed in columns to the right
Example:
555002 c
555003 d kz
555004
32105 vsc
The problem is that the SKUs are not all of the same length, nor are there a fixed number of letters on the end of each.
How can I seperate the numbers from the letters, when the cell is formatted all as "Text".