Hello,
I have data which looks similar to below, I want to create a field to identify if any Sub-group (M1,M2...) within Master Group(A,B..) has a value "3" in the Indi Type Column.
I would like to have a new column Result and data values like below
| | Master Group | Sub Group | Indi Type | Result | |
| | A | M1 | 1 | Y | |
| | A | M2 | 1 | Y | |
| | A | M3 | 1 | N | |
| | A | M3 | 2 | | |
| | A | M3 | 2 | | |
| | A | M3 | 3 | | |
| | A | M4 | 1 | N | |
| | A | M4 | 2 | | |
| | A | M4 | 2 | | |
| | A | M4 | 3 | | |
| | A | M4 | 3 | | |
| | B | M5 | 4 | Y | |
| | B | M6 | 4 | Y | |
| | B | M7 | 3 | N | |
| | B | M7 | 4 | | |
| | | | | | |