If you have a list of 2000 entries. The list contains orders for products. The same products can appear various times. The product range changes often.
Is it possible to make a function where it extracts the names of the products that appear on the list. The list should just contain the name of the each product once even though it appears several times in the column.
So you can see which products have been ordered. Only the names are needed.
thanks in advance