Mavericks334
Active Member
- Joined
- Jan 26, 2011
- Messages
- 280
Hi,
I have two tables, One with the Tenure of the employees and a target table
The tenure for each employee varies.
How ever the target table has only three ranges[TABLE="width: 141"]
<COLGROUP><COL style="WIDTH: 95pt; mso-width-source: userset; mso-width-alt: 4644" width=127><COL style="WIDTH: 46pt; mso-width-source: userset; mso-width-alt: 2230" width=61><TBODY>[TR]
[TD="width: 127"]Tenure[/TD]
[TD="width: 61"]Target[/TD]
[/TR]
[TR]
[TD]0 - 0.99 [/TD]
[TD="align: right"]30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1 - 1.99 Years[/TD]
[TD="bgcolor: transparent, align: right"]35[/TD]
[/TR]
[TR]
[TD]>1.99[/TD]
[TD="align: right"]40[/TD]
[/TR]
</TBODY>[/TABLE]
How do i get the target for each individual.
I have two tables, One with the Tenure of the employees and a target table
The tenure for each employee varies.
How ever the target table has only three ranges[TABLE="width: 141"]
<COLGROUP><COL style="WIDTH: 95pt; mso-width-source: userset; mso-width-alt: 4644" width=127><COL style="WIDTH: 46pt; mso-width-source: userset; mso-width-alt: 2230" width=61><TBODY>[TR]
[TD="width: 127"]Tenure[/TD]
[TD="width: 61"]Target[/TD]
[/TR]
[TR]
[TD]0 - 0.99 [/TD]
[TD="align: right"]30[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1 - 1.99 Years[/TD]
[TD="bgcolor: transparent, align: right"]35[/TD]
[/TR]
[TR]
[TD]>1.99[/TD]
[TD="align: right"]40[/TD]
[/TR]
</TBODY>[/TABLE]
How do i get the target for each individual.