Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have up to about 5000 rows of data on a sheet, it is made up of original
and updated information about customers. Column A is an ID number. What I want to do, by code, is to delete the single entry customers (those who have no updated information). I have sorted by column A to bring both original and updated together but am now stuck. I have tried inserting a column (A) and putting the following in to identify the ones I want to keep but cannot figure out how to delete the remainder: =IF(COUNTIF($B:$B,B2)1,2,1) Thanks in advance. Gareth |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete rows while sheet protected | Excel Discussion (Misc queries) | |||
Delete rows from one sheet containing deatils on the second sheet | New Users to Excel | |||
Delete rows at end of sheet | Excel Discussion (Misc queries) | |||
Sheet is blocked when I try to delete more than 5 rows | Setting up and Configuration of Excel | |||
Cut filtered rows, paste into next empty row of new sheet, and delete cut rows | Excel Worksheet Functions |