I'm thinking this might have to be an array of some sort, but here goes nothing. I have a tab that pulls 2 different codes, TA and TZ. Each tab uses EDIPI (individual unique identifier). I want to match in 4 separate columns the following; TA Code, TA Code Date, TZ Code, TZ Code Date
I created this =INDEX(TRS_DATA[Training Event Code],MATCH(1,([@EDIPI]=TRS_DATA[EDIPI])*(TRS_DATA[@Form]=FTAPBEGPOP[[#Headers],[TA]]),0)) but it doesn't work at all.
Can anyone help with the correct formula?
Sheet 1 contains the basic date, Sheet 2 would contain the formulas pulling from Sheet 1.
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]EDIPI[/TD]
[TD]TA[/TD]
[TD]DATE[/TD]
[TD]TZ[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TA[/TD]
[TD]21 Apr 2018[/TD]
[TD]TZ[/TD]
[TD]22 Apr 2018[/TD]
[/TR]
[TR]
[TD]124[/TD]
[TD]TA[/TD]
[TD]19 Apr 2018[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 1[TABLE="width: 500"]
<tbody>[TR]
[TD]EDIPI[/TD]
[TD]CODE[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TA[/TD]
[TD]21 Apr 2018[/TD]
[/TR]
[TR]
[TD]124[/TD]
[TD]TA[/TD]
[TD]19 Apr 2018[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TZ[/TD]
[TD]22 Apr 2018[/TD]
[/TR]
[TR]
[TD]125[/TD]
[TD]TZ[/TD]
[TD]7 Apr 2018[/TD]
[/TR]
[TR]
[TD]126[/TD]
[TD]TA[/TD]
[TD]18 Apr 2018[/TD]
[/TR]
</tbody>[/TABLE]
I created this =INDEX(TRS_DATA[Training Event Code],MATCH(1,([@EDIPI]=TRS_DATA[EDIPI])*(TRS_DATA[@Form]=FTAPBEGPOP[[#Headers],[TA]]),0)) but it doesn't work at all.
Can anyone help with the correct formula?
Sheet 1 contains the basic date, Sheet 2 would contain the formulas pulling from Sheet 1.
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]EDIPI[/TD]
[TD]TA[/TD]
[TD]DATE[/TD]
[TD]TZ[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TA[/TD]
[TD]21 Apr 2018[/TD]
[TD]TZ[/TD]
[TD]22 Apr 2018[/TD]
[/TR]
[TR]
[TD]124[/TD]
[TD]TA[/TD]
[TD]19 Apr 2018[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 1[TABLE="width: 500"]
<tbody>[TR]
[TD]EDIPI[/TD]
[TD]CODE[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TA[/TD]
[TD]21 Apr 2018[/TD]
[/TR]
[TR]
[TD]124[/TD]
[TD]TA[/TD]
[TD]19 Apr 2018[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]TZ[/TD]
[TD]22 Apr 2018[/TD]
[/TR]
[TR]
[TD]125[/TD]
[TD]TZ[/TD]
[TD]7 Apr 2018[/TD]
[/TR]
[TR]
[TD]126[/TD]
[TD]TA[/TD]
[TD]18 Apr 2018[/TD]
[/TR]
</tbody>[/TABLE]