SMosley804
Technical User
Example:
I have data that is being exported from a requiremnts management system into excel. the problem that I am up against is as follows
column1 column2 column3
Req ID Author Requirement
row 1 FR123 JUser There are 3 choices
row 2 Choice 1
row 3 Choice 2
row 4 Choice 3
What I need to have happen is that Choice 1, 2, and 3 should appear on row 1 in the same column because those options are apart of that requirement row. But the export from another system inserts the choices on its own row rather that inserting it in the cell to which it truly belongs. Is there a way that I can resolve this problem through use of either a macro or vb script? please advise.
I have data that is being exported from a requiremnts management system into excel. the problem that I am up against is as follows
column1 column2 column3
Req ID Author Requirement
row 1 FR123 JUser There are 3 choices
row 2 Choice 1
row 3 Choice 2
row 4 Choice 3
What I need to have happen is that Choice 1, 2, and 3 should appear on row 1 in the same column because those options are apart of that requirement row. But the export from another system inserts the choices on its own row rather that inserting it in the cell to which it truly belongs. Is there a way that I can resolve this problem through use of either a macro or vb script? please advise.