I have 1st Column with Names and 2nd column with some values against it.Now I have third column which has Names also Names from some other excel sheet.
1. I want to match Column 1 and 3 for duplicates and show the duplicates in Column 4
2. Once Duplicate Matche found I want 2nd Column Value copy next to Names in Column 3.
I am able to achieve 1st step with Vlookup but need answer for 2nd step.
Reason- Values should match to Third column without sorting etc.
Example below
A B C D E
John 50 Avi
Avi 30 Chris
Chris 20 David
David 30 John
Peter 20 Peter
Senthil 10 Raju
I want New Column D should show value in Column B if Column C value Matches with Column A.
Output should be like below
A B C D E
John 50 Avi 30
Avi 30 Chris 20
Chris 20 David 30
David 30 John 50
Peter 20 Peter 20
Senthil 10 Raju NA
1. I want to match Column 1 and 3 for duplicates and show the duplicates in Column 4
2. Once Duplicate Matche found I want 2nd Column Value copy next to Names in Column 3.
I am able to achieve 1st step with Vlookup but need answer for 2nd step.
Reason- Values should match to Third column without sorting etc.
Example below
A B C D E
John 50 Avi
Avi 30 Chris
Chris 20 David
David 30 John
Peter 20 Peter
Senthil 10 Raju
I want New Column D should show value in Column B if Column C value Matches with Column A.
Output should be like below
A B C D E
John 50 Avi 30
Avi 30 Chris 20
Chris 20 David 30
David 30 John 50
Peter 20 Peter 20
Senthil 10 Raju NA