chrisscline
New Member
- Joined
- Jun 29, 2012
- Messages
- 4
I have a workbook with two sheets, Primary and Software. The sheets have the columns that I would like to copy to a third sheet, "Users_Software":
Primary
Software
On the Primary sheet, the values in Machine Name and User are unique:
Dell 1 | Mary
Dell 2 | John
On the Software sheet, however, the Machine Name column will list the machine name for all software packages installed:
Dell 1 | Adobe Acrobat
Dell 1 | Microsoft Office
Dell 1 | Firefox
The end goal is that I want to build a pivot table based on the data copied to "Users_Software" so the data in this sheet would need to look something like
Dell 1 | Mary | Adobe Acrobat
Dell 1 | Mary | Microsoft Office
Dell 1 | Mary | Firefox
Dell 2 | John | Adobe Acrobat
Dell 2 | John | Microsoft Office
Dell 2 | John | Internet Explorer
I have the data copy code to where it will copy the data but not in the format above. It looks something like:
Dell 1 | Mary | Dell 1 | Adobe Acrobat
Dell 2 | John | Dell 1 | Microsoft Office
Dell 3 | Bert | Dell 1 | Firefox
Any help on this is much appreciated!
Primary
- Machine Name
- User
Software
- Machine Name
- Software
On the Primary sheet, the values in Machine Name and User are unique:
Dell 1 | Mary
Dell 2 | John
On the Software sheet, however, the Machine Name column will list the machine name for all software packages installed:
Dell 1 | Adobe Acrobat
Dell 1 | Microsoft Office
Dell 1 | Firefox
The end goal is that I want to build a pivot table based on the data copied to "Users_Software" so the data in this sheet would need to look something like
Dell 1 | Mary | Adobe Acrobat
Dell 1 | Mary | Microsoft Office
Dell 1 | Mary | Firefox
Dell 2 | John | Adobe Acrobat
Dell 2 | John | Microsoft Office
Dell 2 | John | Internet Explorer
I have the data copy code to where it will copy the data but not in the format above. It looks something like:
Dell 1 | Mary | Dell 1 | Adobe Acrobat
Dell 2 | John | Dell 1 | Microsoft Office
Dell 3 | Bert | Dell 1 | Firefox
Any help on this is much appreciated!