Hi all,
This is the the issue im having. Below the LTV is calculated by dividing the Loan Amount by the Appraised amount. When I create a pivot table it simply sums the LTV values, as opposed to calcluating them correctly.
I.E. below it would sum the LTV value as 147.75% instead of using the proper division and coming up with 76.92%
How can I correct this?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Appraised[/TD]
[TD]Loan Amount[/TD]
[TD]LTV[/TD]
[/TR]
[TR]
[TD]75[/TD]
[TD]50[/TD]
[TD]66.67%[/TD]
[/TR]
[TR]
[TD]185[/TD]
[TD]150[/TD]
[TD]81.08%[/TD]
[/TR]
</tbody>[/TABLE]
This is the the issue im having. Below the LTV is calculated by dividing the Loan Amount by the Appraised amount. When I create a pivot table it simply sums the LTV values, as opposed to calcluating them correctly.
I.E. below it would sum the LTV value as 147.75% instead of using the proper division and coming up with 76.92%
How can I correct this?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Appraised[/TD]
[TD]Loan Amount[/TD]
[TD]LTV[/TD]
[/TR]
[TR]
[TD]75[/TD]
[TD]50[/TD]
[TD]66.67%[/TD]
[/TR]
[TR]
[TD]185[/TD]
[TD]150[/TD]
[TD]81.08%[/TD]
[/TR]
</tbody>[/TABLE]