In a spreadsheet I have a set of integer numbers in cells A1 to A12. For example 6,6,6,7,6,6,6,5,6,4,6,6.
I want to produce a list in - let’s say - cells A15, A16, A17 etc of the numbers in the dataset in ascending order. In the above example I would want to see 4,5,6,7 i.e. four unique numbers. Theoretically the number of unique numbers could be anything from 1 to 12.
I have looked at all the functions and haven’t a clue. Can anyone point me in the right direction please?