Hi,
I need to remove or ignore the numbers where their each first and last condition is true for each number.If you see my below data 'BBB' and 'DDD' numbers first and last condition is true. Can anyone help on this?
| Number | Condition |
| AAA | TRUE |
| AAA | TRUE |
| AAA | FALSE |
| BBB | TRUE |
| BBB | TRUE |
| CCC | TRUE |
| CCC | TRUE |
| CCC | FALSE |
| DDD | TRUE |
| DDD | TRUE |