I would like to get help because I need to improve table data by matching two tables. Each table are on separated sheet.
The first table (sheet 1) looks like this :
I have "SIRET number" (id), "Nom du vendeur" (column which need to be filled with data from the second table) and "Raison sociale" (business name)
The second table (sheet 2) looks like this :
I would like to compare the same column "Raison Sociale" and if the name is the same, add "Nom du vendeur" from second table to first one (the empty column).
Is is possible to get information about How to do that ?