Hello, friends
First of all, this topic refers to bounty tables.
If managers do not know about this method, they can take it into service. Also, any member of the bounty, can now openly look for duplicates
In my case I copy or parsing Google spreadsheet to himself. In manager case, you have direct access to the page
1. Select the column in which to search for duplicates.
The formula works on the whole table, but it’s difficult for me to explain in another language. Therefore, the fastest way
2. Next, go to the toolbox for formulas.
Format > Conditional formatting3. In the panel on the right, you need to choose -
Custom Formula isThe formula we have of this type:
=AND(NOT(ISBLANK(C1)); COUNTIF($A$1:$F; "=" & C1) > 1)
Where the first and second
C is the number of our pillar
And as a result, duplicates will be painted. The formula can be applied to each pillar. Good luck