Looking for some help, think I need to use a multiple criteria Index & Match. I've done it before but can't get it to work this time. Below is some dummy data
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Req ID[/TD]
[TD]Job Title[/TD]
[TD]Region[/TD]
[TD]Candidate Name[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]NE[/TD]
[TD]AC Slater[/TD]
[TD]1/2/2018[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]SW[/TD]
[TD]Zach Morris[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]MW[/TD]
[TD]Kelly Kapowski[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So above I have 3 candidates on 1 req. I want to pull into a summary page the candidate name who has been offered.
I tried [FONT="]=INDEX(Report!D1:D4,MATCH[/FONT][FONT="](Report![/FONT][FONT="]A1&E1,[/FONT][FONT="]Report!A1:A4&Report!E1:E4,0[/FONT][FONT="])[/FONT]) but I'm getting 0 as a result. Any thoughts?
Something better than I&M (no vba please, I'm In HR).
TIA
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Req ID[/TD]
[TD]Job Title[/TD]
[TD]Region[/TD]
[TD]Candidate Name[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]NE[/TD]
[TD]AC Slater[/TD]
[TD]1/2/2018[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]SW[/TD]
[TD]Zach Morris[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]Jobby Job[/TD]
[TD]MW[/TD]
[TD]Kelly Kapowski[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So above I have 3 candidates on 1 req. I want to pull into a summary page the candidate name who has been offered.
I tried [FONT="]=INDEX(Report!D1:D4,MATCH[/FONT][FONT="](Report![/FONT][FONT="]A1&E1,[/FONT][FONT="]Report!A1:A4&Report!E1:E4,0[/FONT][FONT="])[/FONT]) but I'm getting 0 as a result. Any thoughts?
Something better than I&M (no vba please, I'm In HR).
TIA