Hello
There is Col1 with text values. I have to check the value in Col1 and write corresponding value as result in Col2 depending on value in Col1. Value in Col2 are grouped in S and K group.
i.e.
Col1 Col2
a1 S
a2 S
a3 S
a4 K
a5 K
S <a1,a2,a3> K <a4,a5>
Thank you!
There is Col1 with text values. I have to check the value in Col1 and write corresponding value as result in Col2 depending on value in Col1. Value in Col2 are grouped in S and K group.
i.e.
Col1 Col2
a1 S
a2 S
a3 S
a4 K
a5 K
S <a1,a2,a3> K <a4,a5>
Thank you!