I got a first sheet with the name and companies of people, I want to import the company names on a second sheet avoiding duplicates.
I've been using the INDEX & MATCH function but I couldn't make it work.
Here's my formula: =IFERROR(INDEX('Liste de contact'!B$2:B$990;SMALL(IF('Liste de contact'!B$2:B$990<>"";ROW(INDIRECT("1:"&ROWS('Liste de contact'!B$2:B$990))));ROWS($1:1))))