If I have like
In first table in sheet1 looks like this
A1 B1 aaa- yes aaa- no aaa- no aaa- no aaa- no aaa- yes aaa- no bbb- no bbb- no bbb- no bbb- no bbb- no bbb- no ccc- no ccc- no ccc- yes
and the next Answer sheet2 is like
A1 B1 aaa- Yes bbb- No ccc- yes
Can I ask you for function or (VBA Code) that is checking that
if any same name on sheet1 is “yes” the answer in sheet2 is “yes”
esle if it’s all no then on sheet2 is “No”
If that sounded confusing please ask.
If I understand your question correctly, it can be addressed with a formula. The following formula assumes that the Sheet 1 data is in the range A1:B16.
This would be the formula for the first entry in Sheet 2, which I assume is in cell A1.
Note that this is an array formula, so it needs to be entered with the Control-Shift-Enter key combination.