Hi There,
Please help!
i have a table set out as follows,
[TABLE="width: 480"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD] Age of Debt[/TD]
[TD]Business[/TD]
[TD]Person[/TD]
[TD]Govt[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Current[/TD]
[TD]0%[/TD]
[TD]0%[/TD]
[TD]5%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Up to 30 days overdue[/TD]
[TD]10%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]31 - 60 days overdue[/TD]
[TD]20%[/TD]
[TD]5%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]61 - 90 days overdue[/TD]
[TD]30%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]91 - 120 days overdue[/TD]
[TD]40%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]121 - 150 days overdue[/TD]
[TD]50%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]151 - 180 days overdue[/TD]
[TD]60%[/TD]
[TD]45%[/TD]
[TD]20%[/TD]
[TD]50%
[/TD]
[/TR]
</tbody>[/TABLE]
In a seperate sheet i have a bunch of outstanding transactions and want to apply the correct rate dependant on wether the entity is a Business, Person, Gov or Other and the age of the Debt is Current, 30 days etc etc.
I thought about if statements but too many possibilities, Ive tried concatenating age and entity and creating a list to do a vlook up but am sure there is a better way..
Many Thanks
MArk
Please help!
i have a table set out as follows,
[TABLE="width: 480"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD] Age of Debt[/TD]
[TD]Business[/TD]
[TD]Person[/TD]
[TD]Govt[/TD]
[TD]Other[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Current[/TD]
[TD]0%[/TD]
[TD]0%[/TD]
[TD]5%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Up to 30 days overdue[/TD]
[TD]10%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]31 - 60 days overdue[/TD]
[TD]20%[/TD]
[TD]5%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]61 - 90 days overdue[/TD]
[TD]30%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]91 - 120 days overdue[/TD]
[TD]40%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]121 - 150 days overdue[/TD]
[TD]50%[/TD]
[TD]15%[/TD]
[TD]20%[/TD]
[TD]0%[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]151 - 180 days overdue[/TD]
[TD]60%[/TD]
[TD]45%[/TD]
[TD]20%[/TD]
[TD]50%
[/TD]
[/TR]
</tbody>[/TABLE]
In a seperate sheet i have a bunch of outstanding transactions and want to apply the correct rate dependant on wether the entity is a Business, Person, Gov or Other and the age of the Debt is Current, 30 days etc etc.
I thought about if statements but too many possibilities, Ive tried concatenating age and entity and creating a list to do a vlook up but am sure there is a better way..
Many Thanks
MArk