Ok I'll see if I can code it somehow. Thank you. Going back to the formulas issue, I'm struggling with this formula that I use to remove the duplicates:
=IFERROR(INDEX(List1,MATCH(0,COUNTIF($K$13:K17,List1),0)),"")
Somehow it doesn't recognize cells that begin with the character <, such as "<b>Blablabla(1)</b>
Does anyone know how i could make it pick up this category?