Hi guys,
I have a challenge which I couldn't find a correct solution so far and I thought you could help me.
In the dataset below every code has 2 rows. I want to create a new column called ACCESS which will check the status of each code in both lines. If I have 2 NO, the access will be NO, if I have at least 1 YES, the access will be YES.
At the end, I want to have only the code finishing with 30 as NO and all other YES.

I tried some IF statements with multi-row tool but I couldn't get the solution..
This is a sanitised data, in the real data there are some codes with only 1 row, which the access will be the same as the status but I think in this case I will group by using Sumarize tool and it won't be a problem.
Any help is appreciated.
Thanks.
Rod