I am hoping someone can guide me in the right Direction, I have got the basics of Vlookup, but want to take it a stage further
I have two sheets with identical entries in columns a - c
A= Organization Name
B = User Name
C = User Email
[TABLE="width: 500"]
<tbody>[TR]
[TD]Organization Name[/TD]
[TD]User Name[/TD]
[TD]UserEmail[/TD]
[TD]HPCertification[/TD]
[/TR]
[TR]
[TD]Blue Label[/TD]
[TD]Joe Bloggs[/TD]
[TD]joeB@BlueLabel.org[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red Wolf[/TD]
[TD]Dan Smith[/TD]
[TD]DanS@Redwold.org[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
However the 2nd sheet has a column D with Certificate details, a standard Vlookup would work except sheet two has multiple entries for columns B&C
I want it to check the names for a match then find a specific value in D lets say "HPCert" and then put a complete to sheet 1 column D for HPCert
[TABLE="width: 500"]
<tbody>[TR]
[TD]Organization Name<strike></strike>[/TD]
[TD]User Name<strike></strike>[/TD]
[TD]UserEmail<strike></strike>[/TD]
[TD]Certification<strike></strike>[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]HPCert[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]DellCert[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]AppleCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]HPCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]DellCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]AppleCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]CiscoCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]AndroidCert[/TD]
[/TR]
</tbody>[/TABLE]
Can anyone advise, driving me mad
I have two sheets with identical entries in columns a - c
A= Organization Name
B = User Name
C = User Email
[TABLE="width: 500"]
<tbody>[TR]
[TD]Organization Name[/TD]
[TD]User Name[/TD]
[TD]UserEmail[/TD]
[TD]HPCertification[/TD]
[/TR]
[TR]
[TD]Blue Label[/TD]
[TD]Joe Bloggs[/TD]
[TD]joeB@BlueLabel.org[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red Wolf[/TD]
[TD]Dan Smith[/TD]
[TD]DanS@Redwold.org[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
However the 2nd sheet has a column D with Certificate details, a standard Vlookup would work except sheet two has multiple entries for columns B&C
I want it to check the names for a match then find a specific value in D lets say "HPCert" and then put a complete to sheet 1 column D for HPCert
[TABLE="width: 500"]
<tbody>[TR]
[TD]Organization Name<strike></strike>[/TD]
[TD]User Name<strike></strike>[/TD]
[TD]UserEmail<strike></strike>[/TD]
[TD]Certification<strike></strike>[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]HPCert[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]DellCert[/TD]
[/TR]
[TR]
[TD]Blue Label<strike></strike>[/TD]
[TD]Joe Bloggs<strike></strike>[/TD]
[TD]joeB@BlueLabel.org<strike></strike>[/TD]
[TD]AppleCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]HPCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]DellCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]AppleCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]CiscoCert[/TD]
[/TR]
[TR]
[TD]Red Wolf<strike></strike>[/TD]
[TD]Dan Smith<strike></strike>[/TD]
[TD]DanS@Redwold.org<strike></strike>[/TD]
[TD]AndroidCert[/TD]
[/TR]
</tbody>[/TABLE]
Can anyone advise, driving me mad
Last edited: