In a separate column I would like to answer "Yes" or "No" if there is a value greater than zero somewhere in the same row if that number falls under the column header that matches a predefined list. It can be more than one number meeting this criteria, but it has to be at least one in the row.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Unit No
[/TD]
[TD]SOP
[/TD]
[TD]apple
[/TD]
[TD]pear
[/TD]
[TD]oranges
[/TD]
[TD]nuts
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD="align: center"]45
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]9
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]5
[/TD]
[TD="align: center"]7
[/TD]
[/TR]
[TR]
[TD="align: center"]88
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"]2
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]8
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1
[/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD="align: center"]No
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Predefined List
Nuts
Pear
Banana
Also is it possible to have the formula allow for expanding predefined list.
Thank you.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Unit No
[/TD]
[TD]SOP
[/TD]
[TD]apple
[/TD]
[TD]pear
[/TD]
[TD]oranges
[/TD]
[TD]nuts
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD="align: center"]45
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"]9
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]5
[/TD]
[TD="align: center"]7
[/TD]
[/TR]
[TR]
[TD="align: center"]88
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"]2
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]8
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1
[/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD="align: center"]No
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD="align: center"]Yes
[/TD]
[TD="align: center"][/TD]
[TD="align: center"]3
[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Predefined List
Nuts
Pear
Banana
Also is it possible to have the formula allow for expanding predefined list.
Thank you.