Hi,
I have a list of values where i want to use a formula to fill the last column (Q) with the corresponding value q1, q2, q3 or q4 that is defined in the second table.
Can anyone help out with the correct formula to do this?
thx in advance
list
[TABLE="width: 500"]
<tbody>[TR]
[TD]name[/TD]
[TD]value[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]text1[/TD]
[TD]99[/TD]
[TD]q1[/TD]
[/TR]
[TR]
[TD]text2[/TD]
[TD]101[/TD]
[TD]q2[/TD]
[/TR]
[TR]
[TD]text3[/TD]
[TD]200[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]text4[/TD]
[TD]500[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]text5[/TD]
[TD]1[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]q1[/TD]
[TD]>0[/TD]
[TD]<100[/TD]
[/TR]
[TR]
[TD]q2[/TD]
[TD]>101[/TD]
[TD]<200[/TD]
[/TR]
[TR]
[TD]q3[/TD]
[TD]>201[/TD]
[TD]<300[/TD]
[/TR]
[TR]
[TD]q4[/TD]
[TD]>301[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a list of values where i want to use a formula to fill the last column (Q) with the corresponding value q1, q2, q3 or q4 that is defined in the second table.
Can anyone help out with the correct formula to do this?
thx in advance
list
[TABLE="width: 500"]
<tbody>[TR]
[TD]name[/TD]
[TD]value[/TD]
[TD]Q[/TD]
[/TR]
[TR]
[TD]text1[/TD]
[TD]99[/TD]
[TD]q1[/TD]
[/TR]
[TR]
[TD]text2[/TD]
[TD]101[/TD]
[TD]q2[/TD]
[/TR]
[TR]
[TD]text3[/TD]
[TD]200[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]text4[/TD]
[TD]500[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]text5[/TD]
[TD]1[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]q1[/TD]
[TD]>0[/TD]
[TD]<100[/TD]
[/TR]
[TR]
[TD]q2[/TD]
[TD]>101[/TD]
[TD]<200[/TD]
[/TR]
[TR]
[TD]q3[/TD]
[TD]>201[/TD]
[TD]<300[/TD]
[/TR]
[TR]
[TD]q4[/TD]
[TD]>301[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: