Hi everyone,
I have a table similar to the following one, but contains thousands of rows.
<tbody>
Country
ID
Brazil
Belgium
Russia
Russia
100
Belgium
300
Brazil
200
</tbody>
Each cell in column A has a Sale ID in Column B, but some of them are empty (in column B). I would...