Hello
I think I have over analysed this and I think it's probably simple but any help would be appreciated.
Basically I need my data table to pull a figure into column AJ "% increase" based on the % in column AQ "PIR" and the PR number in column AH.
An example: -
AQ2=99.43%
AH2=2
It should return 1%.
Data table looks like this: -
[TABLE="width: 438"]
<colgroup><col><col><col span="4"></colgroup><tbody>[TR]
[TD]PR[/TD]
[TD]<80[/TD]
[TD]81-90[/TD]
[TD]91-100[/TD]
[TD]101-110[/TD]
[TD]>110[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6.0%[/TD]
[TD]5.0%[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5.0%[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!
I think I have over analysed this and I think it's probably simple but any help would be appreciated.
Basically I need my data table to pull a figure into column AJ "% increase" based on the % in column AQ "PIR" and the PR number in column AH.
An example: -
AQ2=99.43%
AH2=2
It should return 1%.
Data table looks like this: -
[TABLE="width: 438"]
<colgroup><col><col><col span="4"></colgroup><tbody>[TR]
[TD]PR[/TD]
[TD]<80[/TD]
[TD]81-90[/TD]
[TD]91-100[/TD]
[TD]101-110[/TD]
[TD]>110[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6.0%[/TD]
[TD]5.0%[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5.0%[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]4.0%[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3.0%[/TD]
[TD]2.0%[/TD]
[TD]1.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!