Removing duplicates (with condition) in excel

后端 未结 1 927
长发绾君心
长发绾君心 2021-01-26 14:00

I have a sheet that consists of 3 columns and thousands of rows. The columns are First-Name, Last-Name, and E-Mail. not all of the entries (rows) have data in the E-Mail column

1条回答
  •  太阳男子
    2021-01-26 14:41

    sort range by email address.
    remove duplicates on the 1st 2 columns (elect all 3, but tell excel to use ony cols 1 & 2 to de-duplicate)
    record this as a macro to see how excel does this with VBA

    0 讨论(0)
提交回复
热议问题