I need to get duplicate cells from a particular column, is there any language function that returns those duplicate cells? Example:
coluna-1 coluna-2
1 87
2 9
3 12
1 17
2 28
I would have to return the valor 1,2
or the rows that these values are from column-1