Filter function

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I have a column as below:

Lot code
43397
42287
42287
43279
42287
43397

Is there a function that will allow me to list each lot
code used in the table? Or do I have to use code? The
result should look like this:

43397
42287
43297

Thanks

Ian
 
Back
Top