vaughan198
New Member
- Joined
- Oct 10, 2017
- Messages
- 4
Hi,
I am doing a project that I'm struggling with a bit. I wondered if someone could help?
I have one table which contains calculated data that I want to apply categories to another table.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]Industry[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Energy[/TD]
[TD]25[/TD]
[TD]40[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Retail[/TD]
[TD]20[/TD]
[TD]57[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]Chemicals[/TD]
[TD]15[/TD]
[TD]25[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
So on my other table I would like to categorize my data according to the table above.
If the industry matches the industry in column A I would like the score in the other table to be categorized using the criteria above (1,2 or 3).
I am struggling how to get it to do that.
Thanks very much.
I am doing a project that I'm struggling with a bit. I wondered if someone could help?
I have one table which contains calculated data that I want to apply categories to another table.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]Industry[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Energy[/TD]
[TD]25[/TD]
[TD]40[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Retail[/TD]
[TD]20[/TD]
[TD]57[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]Chemicals[/TD]
[TD]15[/TD]
[TD]25[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
So on my other table I would like to categorize my data according to the table above.
If the industry matches the industry in column A I would like the score in the other table to be categorized using the criteria above (1,2 or 3).
I am struggling how to get it to do that.
Thanks very much.