Hello Every one,
I have data with duplicated values in a column and I would like to group the rows where there are duplicates entered i.e. the data is as follows :
Emp1
Emp1
Emp1
Emp2
Emp2
Emp2
Emp3
Emp3
Emp3
The output which I would like to see is :
+Emp1
+Emp2
+Emp3
When I click on the +...