gmmark1125
New Member
- Joined
- Oct 24, 2017
- Messages
- 5
Hello,
I use a gantt-like grid I created in Excel to schedule our production team. What I'm trying to do is to lookup the job that is listed on the grid and populate the table with the employee name and date so that I can print off a schedule for each employee. The left column has the name of the employee followed by a number so that there can be multiple jobs scheduled on the same day. The columns are all dates. The Here is what the grid looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]10/23[/TD]
[TD]10/24[/TD]
[TD]10/25[/TD]
[TD]10/26[/TD]
[TD]10/27[/TD]
[/TR]
[TR]
[TD]Kelly1[/TD]
[TD]Job1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly2[/TD]
[TD]Job2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly3[/TD]
[TD][/TD]
[TD]Job3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly4[/TD]
[TD][/TD]
[TD]Job4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly5[/TD]
[TD][/TD]
[TD][/TD]
[TD]Job5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Here is the table I am trying to auto-populate by looking up the job name:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order[/TD]
[TD]Model[/TD]
[TD]Qty[/TD]
[TD]Employee[/TD]
[TD]Job[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job1[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job2[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job3[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job4[/TD]
[TD]POPULATE[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance! I appreciate your Excel skills
I use a gantt-like grid I created in Excel to schedule our production team. What I'm trying to do is to lookup the job that is listed on the grid and populate the table with the employee name and date so that I can print off a schedule for each employee. The left column has the name of the employee followed by a number so that there can be multiple jobs scheduled on the same day. The columns are all dates. The Here is what the grid looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]10/23[/TD]
[TD]10/24[/TD]
[TD]10/25[/TD]
[TD]10/26[/TD]
[TD]10/27[/TD]
[/TR]
[TR]
[TD]Kelly1[/TD]
[TD]Job1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly2[/TD]
[TD]Job2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly3[/TD]
[TD][/TD]
[TD]Job3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly4[/TD]
[TD][/TD]
[TD]Job4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Kelly5[/TD]
[TD][/TD]
[TD][/TD]
[TD]Job5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Here is the table I am trying to auto-populate by looking up the job name:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order[/TD]
[TD]Model[/TD]
[TD]Qty[/TD]
[TD]Employee[/TD]
[TD]Job[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job1[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job2[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job3[/TD]
[TD]POPULATE[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD]POPULATE[/TD]
[TD]Job4[/TD]
[TD]POPULATE[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance! I appreciate your Excel skills