apex1
Regular Member
- May 29, 2015
- 217
- 182
I want to input multiple lists of keywords and have them sorted for me:
List 1:
Audi
Mercedes
Jaguar
List 2:
Audi
Ferrari
Lamborghini
Output:
Audi (2)
Mercedes
Jaguar
Ferrari
Lamborghini
As you can see in the output if the lists have any duplicate keywords it will add a count (2) each list will keep adding new keywords and stacking the count if there are any duplicates.
How can I do this?
List 1:
Audi
Mercedes
Jaguar
List 2:
Audi
Ferrari
Lamborghini
Output:
Audi (2)
Mercedes
Jaguar
Ferrari
Lamborghini
As you can see in the output if the lists have any duplicate keywords it will add a count (2) each list will keep adding new keywords and stacking the count if there are any duplicates.
How can I do this?