JohnQPublique
New Member
- Joined
- Oct 10, 2017
- Messages
- 4
I have spent a lot of time researching this topic and am coming here as a last resort. Thank you for reading.
A table is for loans and the reasons they were denied. The columns are as follows:
[TABLE="width: 415"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Loan#[/TD]
[TD]Narrative[/TD]
[TD]ReasonForDenial1[/TD]
[TD]ReasonForDenial2[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD]Reason B[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD] xxx[/TD]
[TD]Reason E[/TD]
[TD]Reason A[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD] xxx[/TD]
[TD]Reason D[/TD]
[TD]Reason B[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD] xxx[/TD]
[TD]Reason C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"] 1[/TD]
[TD] xxx[/TD]
[TD]Reason C[/TD]
[TD]Reason A[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD]Reason E[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD]Reason D[/TD]
[/TR]
</tbody>[/TABLE]
There is duplication-- loan numbers appear multiple times and the reasons for denial 1 and 2 are the same. The narratives need to be separate. There are multiple narratives for each loan and each narrative ties to one or two reasons for denial. The table is dynamic and information may be added or deleted depending on bosses review, so the pivot table needs to be dynamic. I am trying to come up with a pivot table the gives the following:
Loan# Reason A Reason B Reason C Reason D Reason E
1 2 1 1
2 1 1 1
etc...
How do I accomplish this??? I have PowerPivot built into and functioning in Excel 2013. Please help. Thank a lot.
JohnQ
A table is for loans and the reasons they were denied. The columns are as follows:
[TABLE="width: 415"]
<colgroup><col span="2"><col><col></colgroup><tbody>[TR]
[TD]Loan#[/TD]
[TD]Narrative[/TD]
[TD]ReasonForDenial1[/TD]
[TD]ReasonForDenial2[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD]Reason B[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD] xxx[/TD]
[TD]Reason E[/TD]
[TD]Reason A[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD] xxx[/TD]
[TD]Reason D[/TD]
[TD]Reason B[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD] xxx[/TD]
[TD]Reason C[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"] 1[/TD]
[TD] xxx[/TD]
[TD]Reason C[/TD]
[TD]Reason A[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD] xxx[/TD]
[TD]Reason A[/TD]
[TD]Reason E[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD] xxx[/TD]
[TD]Reason B[/TD]
[TD]Reason D[/TD]
[/TR]
</tbody>[/TABLE]
There is duplication-- loan numbers appear multiple times and the reasons for denial 1 and 2 are the same. The narratives need to be separate. There are multiple narratives for each loan and each narrative ties to one or two reasons for denial. The table is dynamic and information may be added or deleted depending on bosses review, so the pivot table needs to be dynamic. I am trying to come up with a pivot table the gives the following:
Loan# Reason A Reason B Reason C Reason D Reason E
1 2 1 1
2 1 1 1
etc...
How do I accomplish this??? I have PowerPivot built into and functioning in Excel 2013. Please help. Thank a lot.
JohnQ