excel delete row if column contains value from to-remove-list

前端 未结 3 1574
醉酒成梦
醉酒成梦 2020-12-22 23:44
  1. Let\'s say that I\'ve got a sheet - number one - with over 5000 rows (say, columns \'A\' - \'H\' each).
  2. In
3条回答
  •  清酒与你
    2020-12-23 00:17

    Here is how I would do it if working with a large number of "to remove" values that would take a long time to manually remove.

    • -Put Original List in Column A -Put To Remove list in Column B -Select both columns, then "Conditional Formatting"
      -Select "Hightlight Cells Rules" --> "Duplicate Values"
      -The duplicates should be hightlighted in both columns
      -Then select Column A and then "Sort & Filter" ---> "Custom Sort"
      -In the dialog box that appears, select the middle option "Sort On" and pick "Cell Color"
      -Then select the next option "Sort Order" and choose "No Cell Color" "On bottom"
      -All the highlighted cells should be at the top of the list. -Select all the highlighted cells by scrolling down the list, then click delete.

提交回复
热议问题