Hello,
I'm building pivot tables and need to dynamically list all the unique values from a column.
On my "formulas" sheet (not data sheet) I have INDEX(DISTINCT({SAO Range 1}), 1)
This works, however, I have to manually put in the formulas down the rows like such:
INDEX(DISTINCT({SAO Range 1}), 1)
INDEX(DISTINCT({SAO Range 1}), 2)
INDEX(DISTINCT({SAO Range 1}), 3)
...etc
Currently there are 5 unique values from 50 entries (these are mo/yr btw), but the list WILL grow.
I've inserted this formula up to INDEX(DISTINCT({SAO Range 1}), 25) with everything beyond 5 resulting in the expected (#INVALID VALUE)
In Excel I can use the "Unique" function and it will auto list the uniques, however, many dynamically. Is there a way to do the same in SS?
Thanks for any help with this