Hey everyone,
I posted this earlier as follow-up in a different thread, but I thought it would be wiser to open a new one since its a different issue than the original one.
I want to delete duplicates per key in this table:
As you can see the Category "Informationssicherheit" (as well as "Vorgaben&Maßnahmen") appears multiple times at key 6. I want to delete duplicates, so I only have unique Categories per Key.
So it looks like this:
I wanted to work this out in PowerQuery but couldn`t figure out how to do it, so I am preferably looking for a solution there. Any other solution will be appreciated though!
Thanks in advance for your help!
Best regards,
Klemens
I posted this earlier as follow-up in a different thread, but I thought it would be wiser to open a new one since its a different issue than the original one.
I want to delete duplicates per key in this table:
Keywords_Search_Klemens.xlsm | ||||
---|---|---|---|---|
A | B | |||
1 | Key | ActualCategories | ||
2 | 1 | Informationssicherheit | ||
3 | 2 | Informationssicherheit | ||
4 | 3 | Informationssicherheit | ||
5 | 4 | Vorgaben&Maßnahmen | ||
6 | 5 | Informationssicherheit | ||
7 | 5 | Daten&Informationen | ||
8 | 5 | Informationssicherheit | ||
9 | 6 | Informationssicherheit | ||
10 | 6 | Daten&Informationen | ||
11 | 6 | Informationssicherheit | ||
12 | 6 | Informationssicherheit | ||
13 | 6 | Vorgaben&Maßnahmen | ||
14 | 6 | Vorgaben&Maßnahmen | ||
MappedSource |
As you can see the Category "Informationssicherheit" (as well as "Vorgaben&Maßnahmen") appears multiple times at key 6. I want to delete duplicates, so I only have unique Categories per Key.
So it looks like this:
Keywords_Search_Klemens.xlsm | ||||
---|---|---|---|---|
F | G | |||
1 | Key | ActualCategories | ||
2 | 1 | Informationssicherheit | ||
3 | 2 | Informationssicherheit | ||
4 | 3 | Informationssicherheit | ||
5 | 4 | Vorgaben&Maßnahmen | ||
6 | 5 | Informationssicherheit | ||
7 | 5 | Daten&Informationen | ||
8 | 6 | Daten&Informationen | ||
9 | 6 | Informationssicherheit | ||
10 | 6 | Vorgaben&Maßnahmen | ||
MappedSource |
I wanted to work this out in PowerQuery but couldn`t figure out how to do it, so I am preferably looking for a solution there. Any other solution will be appreciated though!
Thanks in advance for your help!
Best regards,
Klemens