Hi,
I have the following formula which collects a list of a dropdown column, and removes duplicate values, is there any way that the returned list of values should be on separate rows of this column formula?
=JOIN(DISTINCT(Dropdwn:Dropdown), CHAR(10))
Thank you,