Hello,
I have a report that generates based on InfoPath forms filled out and downloaded from SharePoint. In this report, there are 3 columns each for part numbers and part descriptions (Part 1 #, Part 1 Description, Part 2 #, Part 2 Description, Part 3 #, Part 3 Description). In the report for the necessary department, these parts are listed in the pivot table under the merchandise they go with. I'm trying to figure out a way to combine the information from these columns to be able to list all of the requested parts based on a particular merchandise. If it's something that can be done in the tools for the pivot table, great, if it takes a formula on the data tab, that works too. I've tried searching all over and cannot find a solution that helps with this.
I'm trying to go from data pulls presenting like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Set Name
[/TD]
[TD]Part # 1
[/TD]
[TD]Part 1 Desc
[/TD]
[TD]Part # 2
[/TD]
[TD]Part 2 Desc
[/TD]
[TD]Part # 3
[/TD]
[TD]Part Desc 3
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]7654321
[/TD]
[TD]Thingamajig
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
To a pivot table reflecting like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Set Name
[/TD]
[TD]Part Number
[/TD]
[TD]Part Description
[/TD]
[TD]Total Needed
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]7654321
[/TD]
[TD]Thingamajig
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
I have a report that generates based on InfoPath forms filled out and downloaded from SharePoint. In this report, there are 3 columns each for part numbers and part descriptions (Part 1 #, Part 1 Description, Part 2 #, Part 2 Description, Part 3 #, Part 3 Description). In the report for the necessary department, these parts are listed in the pivot table under the merchandise they go with. I'm trying to figure out a way to combine the information from these columns to be able to list all of the requested parts based on a particular merchandise. If it's something that can be done in the tools for the pivot table, great, if it takes a formula on the data tab, that works too. I've tried searching all over and cannot find a solution that helps with this.
I'm trying to go from data pulls presenting like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Set Name
[/TD]
[TD]Part # 1
[/TD]
[TD]Part 1 Desc
[/TD]
[TD]Part # 2
[/TD]
[TD]Part 2 Desc
[/TD]
[TD]Part # 3
[/TD]
[TD]Part Desc 3
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]7654321
[/TD]
[TD]Thingamajig
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
To a pivot table reflecting like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Set Name
[/TD]
[TD]Part Number
[/TD]
[TD]Part Description
[/TD]
[TD]Total Needed
[/TD]
[/TR]
[TR]
[TD]Set 1
[/TD]
[TD]1234567
[/TD]
[TD]Widget
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1234568
[/TD]
[TD]Doodad
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]7654321
[/TD]
[TD]Thingamajig
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]