Remove rows based on duplicates in a single column in Google Sheets

后端 未结 3 1390
春和景丽
春和景丽 2021-01-23 00:30

I have spreadsheet similar to this:

I\'d like to remove all duplicates of row based on the first column data.

So from this screenshot row, 1 and 2 woul

3条回答
  •  感动是毒
    2021-01-23 00:33

    I would...

    1. Create a new sheet
    2. For column A, do =Unique(Sheet1!A:A)
    3. Simply use VLOOKUP to populate the other columns. This will deliver the first value associated with the duplicates.

提交回复
热议问题