S
Susan Glass
Hi all,
I have an Excel workbook with 2 sheets in it that I want to
consolidate. The first sheet maps Requirements to Design Points:
Req Des
___ ___
Req#1 Des#1
Req#1 Des#2
Req#2 Des#3
Req#3 Des#3
The second sheet maps Design Points to Test Points:
Des Test
___ ___
Des#1 Test#1
Des#1 Test#2
Des#2 Test#3
Des#3 Test#3
There is a many-to-many relationship between the columns in each
worksheet.
I would like to consolidate the two sheets to look like this:
Req Des Test
___ ___ ____
Req#1 Des#1 Test#1
Req#1 Des#1 Test#2
Req#1 Des#2 Test#3
Req#2 Des#3 Test#3
Req#3 Des#3 Test#3
So far I have had no luck in creating a pivot table that does this. I
have tried adding a fake "Test" column to the first sheet (it has all
blank values in it) and adding a fake "Req" column to the second sheet
(also with all blank values), combining both sheets onto one sheet
with all 3 columns (Req/Des/Test), and creating a pivot table, but
this does not work to combine the columns. Since there is a
many-to-many relationship, I can't use VLOOKUP.
Any suggestions on how to approach this would be appreciated. I'm not
even sure how I would do this with VBA.
Thanks,
Susan
I have an Excel workbook with 2 sheets in it that I want to
consolidate. The first sheet maps Requirements to Design Points:
Req Des
___ ___
Req#1 Des#1
Req#1 Des#2
Req#2 Des#3
Req#3 Des#3
The second sheet maps Design Points to Test Points:
Des Test
___ ___
Des#1 Test#1
Des#1 Test#2
Des#2 Test#3
Des#3 Test#3
There is a many-to-many relationship between the columns in each
worksheet.
I would like to consolidate the two sheets to look like this:
Req Des Test
___ ___ ____
Req#1 Des#1 Test#1
Req#1 Des#1 Test#2
Req#1 Des#2 Test#3
Req#2 Des#3 Test#3
Req#3 Des#3 Test#3
So far I have had no luck in creating a pivot table that does this. I
have tried adding a fake "Test" column to the first sheet (it has all
blank values in it) and adding a fake "Req" column to the second sheet
(also with all blank values), combining both sheets onto one sheet
with all 3 columns (Req/Des/Test), and creating a pivot table, but
this does not work to combine the columns. Since there is a
many-to-many relationship, I can't use VLOOKUP.
Any suggestions on how to approach this would be appreciated. I'm not
even sure how I would do this with VBA.
Thanks,
Susan