Hey,
i want to be able to filter out all the different values and put them onto another table as unique values. But i dont want to use filter as it hides rows i dont want hiding or a macro because its not feasable for what im wanting it for.
to
i want to be able to filter out all the different values and put them onto another table as unique values. But i dont want to use filter as it hides rows i dont want hiding or a macro because its not feasable for what im wanting it for.
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | apples | |||
2 | pears | |||
3 | apples | |||
4 | pears | |||
5 | banana | |||
6 | banana | |||
7 | apples | |||
8 | pears | |||
9 | banana | |||
Sheet1 |
to
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | apples | |||
2 | pears | |||
3 | banana | |||
Sheet2 |