stnkyminky
Programmer
Data formatted in the spreadsheet is as follows
1 ABC EU 999,998,997,996
1 ABC T 999,998,997,996
1 ABC CI 999,998,997,996
In need it in this format to import into SQL Server
1 ABC EU 999
1 ABC EU 998
1 ABC EU 997
etc.......
If duplicating 1 ABC EU is not possible but splitting the last column into rows is acceptable
How do I convert the last column and create rows with the data? Scott
Programmer Analyst
<{{><
1 ABC EU 999,998,997,996
1 ABC T 999,998,997,996
1 ABC CI 999,998,997,996
In need it in this format to import into SQL Server
1 ABC EU 999
1 ABC EU 998
1 ABC EU 997
etc.......
If duplicating 1 ABC EU is not possible but splitting the last column into rows is acceptable
How do I convert the last column and create rows with the data? Scott
Programmer Analyst
<{{><