Sa1l0rJ3rry
New Member
- Joined
- Jan 23, 2019
- Messages
- 5
Good morning. I don't even really know if VLOOKUP is the formula I need but here's what I'm trying to do.
On sheet 1 I have a list of names in column A. In columns B through T I have a list of training courses. Something like this:
<tbody>
[TD="width: 72, bgcolor: transparent"]
[/TD]
[TD="width: 69, bgcolor: transparent"] Course 1 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 2 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 3 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 4 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 5 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 6 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 7 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 8 [/TD]
[TD="width: 72, bgcolor: transparent"] Adams [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Anderson [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Borse [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Calloway [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Fanta [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
</tbody>
On sheet 2 I have a report which lists every course thosepeople have ever completed and looks something like this:
<tbody>
[TD="width: 95, bgcolor: transparent"]
Adams
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Adams
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21657
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Adams
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21565
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21657
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 55525
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Borse
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
</tbody>
What I’m trying to do is insert a formula on sheet 1 next toany given name that checks sheet 2 for that name, then when it finds it, checksfor that course. If it finds the courseit displays the date of completion. If it does not find it, it displayssomething like “Not Completed”
As you can see from the table, multiple people will have thesame courses listed, so I need the formula to correlate the name to the coursenumber somehow without returning a false positive.
On sheet 1 I have a list of names in column A. In columns B through T I have a list of training courses. Something like this:
[TD="width: 69, bgcolor: transparent"] Course 1 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 2 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 3 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 4 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 5 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 6 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 7 [/TD]
[TD="width: 69, bgcolor: transparent"] Course 8 [/TD]
[TD="width: 72, bgcolor: transparent"] Adams [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Anderson [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Borse [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Calloway [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 72, bgcolor: transparent"] Fanta [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
[TD="width: 69, bgcolor: transparent"] [/TD]
</tbody>
On sheet 2 I have a report which lists every course thosepeople have ever completed and looks something like this:
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Adams
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21657
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Adams
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21565
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 21657
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Anderson
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 55525
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
[TD="width: 95, bgcolor: transparent"] Borse
[/TD]
[TD="width: 126, bgcolor: transparent"] Course 11132
[/TD]
[TD="width: 84, bgcolor: transparent"] 1/1/2019
[/TD]
</tbody>
What I’m trying to do is insert a formula on sheet 1 next toany given name that checks sheet 2 for that name, then when it finds it, checksfor that course. If it finds the courseit displays the date of completion. If it does not find it, it displayssomething like “Not Completed”
As you can see from the table, multiple people will have thesame courses listed, so I need the formula to correlate the name to the coursenumber somehow without returning a false positive.