Advanced PivotTable Help

Joined
Jul 27, 2017
Messages
24
Hello all,

I am working on creating a dashboard view that shows the number of defects assigned to each team member over time. What I have are daily tables for the past month. I've provided two example tables below:

08/01 File
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Field Name[/TD]
[TD]BA Name[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]order_name[/TD]
[TD]John[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]file_status[/TD]
[TD]John[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]routing_num[/TD]
[TD]Scott[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]priority_lvl[/TD]
[TD]Mike[/TD]
[TD]Open[/TD]
[/TR]
</tbody>[/TABLE]


08/02 File
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Field Name[/TD]
[TD]BA Name[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]order_name[/TD]
[TD]John[/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]file_status[/TD]
[TD]John[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]routing_num[/TD]
[TD]Scott[/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]priority_lvl[/TD]
[TD]Mike[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]start_date[/TD]
[TD]Scott[/TD]
[TD]Open[/TD]
[/TR]
</tbody>[/TABLE]

If I have around 10 of these tables, how can I consolidate them into a single pivot table to ultimately build a simple line graph that shows how many fields were in the "open" status for each individual BA over time?

Thank you in advance for your help!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,223,947
Messages
6,175,560
Members
452,652
Latest member
eduedu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top