Hi Excel Nation,
I am currently working with 2 lists of data on 2 separate worksheets. By using the project ID numbers and the phase specified by the corresponding column, I am trying to return the status of the phases' QA status. For the below example, I want to return the status of the Define QA for project ID 310122...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD]Column Headers
[/TD]
[TD]Project ID #
[/TD]
[TD]Project Name
[/TD]
[TD]Define QA Status
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD="align: center"]?
[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2, this is where I am pulling the status of the Define QA Status for project 310122 Money Service...this extensive list includes other project IDs as well.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[/TR]
[TR]
[TD]Project ID
[/TD]
[TD]Project Name
[/TD]
[TD]Phase
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]310126
[/TD]
[TD]AML Card
[/TD]
[TD]Approved
[/TD]
[TD]Define
[/TD]
[/TR]
[TR]
[TD]310126
[/TD]
[TD]AML Card
[/TD]
[TD]Approved
[/TD]
[TD]Expand
[/TD]
[/TR]
[TR]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD]Approved
[/TD]
[TD]Define
[/TD]
[/TR]
[TR]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD]Unapproved
[/TD]
[TD]Expand
[/TD]
[/TR]
</tbody>[/TABLE]
The 'Approved' status above is what I am trying to return in cell C2, and will ultimately do this for all other projects and phases in question. Just trying to get an idea how to build this out from the inside out.
Any assistance is appreciated!
-DCotex
I am currently working with 2 lists of data on 2 separate worksheets. By using the project ID numbers and the phase specified by the corresponding column, I am trying to return the status of the phases' QA status. For the below example, I want to return the status of the Define QA for project ID 310122...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD]Column Headers
[/TD]
[TD]Project ID #
[/TD]
[TD]Project Name
[/TD]
[TD]Define QA Status
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD="align: center"]?
[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2, this is where I am pulling the status of the Define QA Status for project 310122 Money Service...this extensive list includes other project IDs as well.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[/TR]
[TR]
[TD]Project ID
[/TD]
[TD]Project Name
[/TD]
[TD]Phase
[/TD]
[TD]Status
[/TD]
[/TR]
[TR]
[TD]310126
[/TD]
[TD]AML Card
[/TD]
[TD]Approved
[/TD]
[TD]Define
[/TD]
[/TR]
[TR]
[TD]310126
[/TD]
[TD]AML Card
[/TD]
[TD]Approved
[/TD]
[TD]Expand
[/TD]
[/TR]
[TR]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD]Approved
[/TD]
[TD]Define
[/TD]
[/TR]
[TR]
[TD]310122
[/TD]
[TD]Money Service
[/TD]
[TD]Unapproved
[/TD]
[TD]Expand
[/TD]
[/TR]
</tbody>[/TABLE]
The 'Approved' status above is what I am trying to return in cell C2, and will ultimately do this for all other projects and phases in question. Just trying to get an idea how to build this out from the inside out.
Any assistance is appreciated!
-DCotex