Forum Discussion
sandipgumtya
May 27, 2020Copper Contributor
Unique items in a List
Hi all,
I need help on this minor issue. I have a list and want to extract unique values from it. I have tried with two formula but the end of both the list displays zero which I am not able to get rid of.
Can you help on this issue? Any other formula or approach is most welcome too.
Excel attached.
5 Replies
- Riny_van_EekelenPlatinum Contributor
sandipgumtya Try using the new UNIQUE function. Should be available in Excel for the web.
=UNIQUE(D2:D23)- sandipgumtyaCopper Contributor
- Riny_van_EekelenPlatinum Contributor
sandipgumtya Introduced a named formula that creates a dynamic range from D2, down to the last cell in column D. changed both formulae you provided. Now, you no longer have the zeros, even when the list of unique items is shorter than the number of rows that you copy the formulae down to.