hello, looking for some help, hope i explain this clearly. i have two sheets of data, what i would call a landing page where i am populating the data form the 2nd sheet titled DATA
the first sheet has primary keys as an identifier in column A, which pulls from the corresponding primary keys on the data page. the data page could has two columns Called Biz Sites, and officer codes, a biz site could be listed more than once with a different officer code assigned to it. if the sites have different owners there would be a column listed with the dates of the ownership. on the landing page i need to be able to pull the dates attributed with the officer code
for example data page
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Primary Key[/TD]
[TD]Officer Code[/TD]
[TD]Biz Site[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]BMU5[/TD]
[TD]BMU[/TD]
[TD]A0001234[/TD]
[TD]1/1/2019[/TD]
[TD]3/31/2019[/TD]
[/TR]
[TR]
[TD]BX08[/TD]
[TD]BX0[/TD]
[TD]A0001234[/TD]
[TD]4/1/2019[/TD]
[TD]12/31/2019[/TD]
[/TR]
</tbody>[/TABLE]
Landing Page
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Primary Key[/TD]
[TD]Officer Code[/TD]
[TD]Biz Site[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]BMU5[/TD]
[TD]BMU[/TD]
[TD]A0001234[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so i need a formula for the landing page, column D(start date) that will identify the primary key from column A go to the data page and get the start date (column D) for that primary key
hopefully that makes sense..ty
the first sheet has primary keys as an identifier in column A, which pulls from the corresponding primary keys on the data page. the data page could has two columns Called Biz Sites, and officer codes, a biz site could be listed more than once with a different officer code assigned to it. if the sites have different owners there would be a column listed with the dates of the ownership. on the landing page i need to be able to pull the dates attributed with the officer code
for example data page
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Primary Key[/TD]
[TD]Officer Code[/TD]
[TD]Biz Site[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]BMU5[/TD]
[TD]BMU[/TD]
[TD]A0001234[/TD]
[TD]1/1/2019[/TD]
[TD]3/31/2019[/TD]
[/TR]
[TR]
[TD]BX08[/TD]
[TD]BX0[/TD]
[TD]A0001234[/TD]
[TD]4/1/2019[/TD]
[TD]12/31/2019[/TD]
[/TR]
</tbody>[/TABLE]
Landing Page
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]Primary Key[/TD]
[TD]Officer Code[/TD]
[TD]Biz Site[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[/TR]
[TR]
[TD]BMU5[/TD]
[TD]BMU[/TD]
[TD]A0001234[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so i need a formula for the landing page, column D(start date) that will identify the primary key from column A go to the data page and get the start date (column D) for that primary key
hopefully that makes sense..ty