Removing duplicates (with condition) in excel

后端 未结 1 1325
闹比i
闹比i 2021-01-26 14:23

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:30

    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)
提交回复
热议问题