Excel Highlight Duplicates and Filter by color alternative

后端 未结 3 2023
遇见更好的自我
遇见更好的自我 2020-12-21 07:29

My spreadsheet has about 800,000 rows with 30 columns. Customers are interested in duplicate values only in one column. They need the entire row back. For e.g.



        
3条回答
  •  温柔的废话
    2020-12-21 08:25

    I would create an Is_Duplicated indicator column and use that to filter the duplicated CircleScores:


    UPDATE (per comments):

    Alternatively, you can sort the CircleScore column and make the formula a bit less taxing on your system (NOTE CircleScore must be sorted beforehand):

提交回复
热议问题