If I have 1 column that defines the customer (9 digit number) and the system (_eS1 or _eS2).
<tbody>
</tbody>
I want to add another column in PowerQuery that looks at the BDPC_System column and says if I see the '156168383_eS1' AND '156168383_eS2' then it reads 'Upgrade' if the customer number does not have _eS1 and _eS2 for the same number, it is just blank.
I hope this makes sense. Any help would be appreciated.
TIA.
BDPC_System |
156168383_eS1 |
156168383_eS1 |
156168383_eS2 |
156168383_eS2 |
156168388_eS1 |
156168389_eS1 |
<tbody>
</tbody>
I want to add another column in PowerQuery that looks at the BDPC_System column and says if I see the '156168383_eS1' AND '156168383_eS2' then it reads 'Upgrade' if the customer number does not have _eS1 and _eS2 for the same number, it is just blank.
I hope this makes sense. Any help would be appreciated.
TIA.