Hello all,
I have a range of cells with either one or more “Yes” values, one or more “No” values, or a combination of both “Yes” and “No” values.
I’m wishing to populate in a new cell based on the following logic.
-If one or all cells in a given range contain “Yes”, then populate the result cell with “Yes”
-If one or all cells in a given range contain “No”, then populate the result cell with “No”
-If there is a mixture of both “Yes” and “No” in a given range (irrespective of the combination), then populate the result cell with “Ambivalent”
Any easy ways of accomplishing this?
Thanks!
I have a range of cells with either one or more “Yes” values, one or more “No” values, or a combination of both “Yes” and “No” values.
I’m wishing to populate in a new cell based on the following logic.
-If one or all cells in a given range contain “Yes”, then populate the result cell with “Yes”
-If one or all cells in a given range contain “No”, then populate the result cell with “No”
-If there is a mixture of both “Yes” and “No” in a given range (irrespective of the combination), then populate the result cell with “Ambivalent”
Book2 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Q1a | Q1b | Q1c | Q1d | RESULT | ||
2 | Yes | ||||||
3 | Yes | ||||||
4 | Yes | ||||||
5 | Yes | ||||||
6 | No | ||||||
7 | No | ||||||
8 | No | ||||||
9 | No | ||||||
10 | Yes | Yes | |||||
11 | Yes | Yes | |||||
12 | No | No | |||||
13 | No | No | |||||
14 | Yes | No | |||||
15 | No | Yes | |||||
16 | Yes | No | |||||
17 | No | Yes | |||||
18 | No | No | No | Yes | |||
19 | Yes | Yes | Yes | No | |||
Sheet1 |
Any easy ways of accomplishing this?
Thanks!