T
Tangier
Hi,
I have a challenge...
I have to take an existing spreadsheet, that looks something like
this:
Column A Column B Column C Column D
Employee Code1 Code2 Code3
John Doe EEW HGF NBD
The assumptions are that there is 1 row per employee. Each employee
may have several codes associated with him or her. In this case, there
are 3 codes associated with John Doe.
My task is to convert the spreadsheet so that the report will create a
new row for each code, per employee, and list the code's dimensions.
Each code has a dimension set, that can be stored in another
spreadsheet. So the spreadsheet will contain:
Code | Dimensions
EEW 1 2 3 4 ...
So for example, code EEW stands for
1 2 3 4 (each number is a separate dimension).
It would be nice if each number could be in a separate column. So the
final report should look like this:
John Doe 1 2 3 4
John Doe (whatever the dimension set is for HGF)
John Doe (whatever the dimension is for NBD)
Is this possible with Excel?
I have a challenge...
I have to take an existing spreadsheet, that looks something like
this:
Column A Column B Column C Column D
Employee Code1 Code2 Code3
John Doe EEW HGF NBD
The assumptions are that there is 1 row per employee. Each employee
may have several codes associated with him or her. In this case, there
are 3 codes associated with John Doe.
My task is to convert the spreadsheet so that the report will create a
new row for each code, per employee, and list the code's dimensions.
Each code has a dimension set, that can be stored in another
spreadsheet. So the spreadsheet will contain:
Code | Dimensions
EEW 1 2 3 4 ...
So for example, code EEW stands for
1 2 3 4 (each number is a separate dimension).
It would be nice if each number could be in a separate column. So the
final report should look like this:
John Doe 1 2 3 4
John Doe (whatever the dimension set is for HGF)
John Doe (whatever the dimension is for NBD)
Is this possible with Excel?