Hi,
I have two tables similar to the following:
1.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Code[/TD]
[TD]op1[/TD]
[TD]op2[/TD]
[TD]op3[/TD]
[TD]op4[/TD]
[TD]op5[/TD]
[TD]op6[/TD]
[TD]op7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ABC123[/TD]
[TD]XY[/TD]
[TD]none[/TD]
[TD]ZZ[/TD]
[TD]WR[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]LUG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]XYZ789[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]ZZ[/TD]
[TD]none[/TD]
[TD]LUG[/TD]
[TD]XY[/TD]
[TD]none[/TD]
[/TR]
</tbody>[/TABLE]
In this table each of the options has a drop down from a defined list.
2.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Step#[/TD]
[TD]XY[/TD]
[TD]XX[/TD]
[TD]WR[/TD]
[TD]LUG[/TD]
[TD]FSJ[/TD]
[TD]ZZ[/TD]
[TD]PSN[/TD]
[TD]WEI[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Step1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Step2[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I want is a formula that will return 1 if any of the options in the #1 table have a 1 in the #2 table or return 0 if none of the options are met.
Any suggestions on where to get started?
I have two tables similar to the following:
1.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Code[/TD]
[TD]op1[/TD]
[TD]op2[/TD]
[TD]op3[/TD]
[TD]op4[/TD]
[TD]op5[/TD]
[TD]op6[/TD]
[TD]op7[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]ABC123[/TD]
[TD]XY[/TD]
[TD]none[/TD]
[TD]ZZ[/TD]
[TD]WR[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]LUG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]XYZ789[/TD]
[TD]none[/TD]
[TD]none[/TD]
[TD]ZZ[/TD]
[TD]none[/TD]
[TD]LUG[/TD]
[TD]XY[/TD]
[TD]none[/TD]
[/TR]
</tbody>[/TABLE]
In this table each of the options has a drop down from a defined list.
2.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Step#[/TD]
[TD]XY[/TD]
[TD]XX[/TD]
[TD]WR[/TD]
[TD]LUG[/TD]
[TD]FSJ[/TD]
[TD]ZZ[/TD]
[TD]PSN[/TD]
[TD]WEI[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Step1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Step2[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I want is a formula that will return 1 if any of the options in the #1 table have a 1 in the #2 table or return 0 if none of the options are met.
Any suggestions on where to get started?