Ok I have a Data Entry spreadsheet setup where the user selects the associates name from a drop dwn list. The associate number is automatically entered based on the associate name (simple Vlookup). They then enter the associate Job code and hrs worked in the hrs column.
Associate Associate # Job Code Training Code Hrs Worked
Becky 560 2207 8
Now the tricky part (for me anyway), I have another spreadsheet for associates in training. COL A list associate name, COL B list Associate number, COl C list the job code they are training in, and COL D list the training code.
EXample
Associate Associate # Job Code Training Code
Becky 560 2206 F
Becky 560 2207 J
What I am looking to do is when the Associate is entered in the data entry spreadsheet along with the job code, look in the training spreadsheet and see if the associate is in training for that code, if yes return the training code from the training spreadsheet to the data entry spreadsheet.
Associate Associate # Job Code Training Code Hrs Worked
Becky 560 2207 8
Now the tricky part (for me anyway), I have another spreadsheet for associates in training. COL A list associate name, COL B list Associate number, COl C list the job code they are training in, and COL D list the training code.
EXample
Associate Associate # Job Code Training Code
Becky 560 2206 F
Becky 560 2207 J
What I am looking to do is when the Associate is entered in the data entry spreadsheet along with the job code, look in the training spreadsheet and see if the associate is in training for that code, if yes return the training code from the training spreadsheet to the data entry spreadsheet.