I have created an excel file for deliveries in my company and when we order products i put their dispatch number in the file. But when I try to check these dispatch numbers with post I always have difficulties in finding unique values in my file. Because I am adding new numbers to my dispatch list every day I cannot use pivot tables and I prefer to dedicate a separate sheet in my workbook to remove the duplicates and showing unique values.
At the moment my list looks something like this but with more than 60 dispatch numbers!!!
- RU111222271GB
- RU111222214GB
- RU111222214GB
- RU111222260GB
- RU111222244GB
- RU111222213GB
- RU111222213GB
- RU111222213GB
- RU111222260GB
The thing is I want to get this look in a separate sheet.
- RU111222271GB
- RU111222214GB
- RU111222260GB
- RU111222244GB
- RU111222213GB
- RU111222260GB
how can I do this??
TNX