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