Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What I am trying to accomplish is to copy all the duplicate data from one
worksheet to another. I have five columns and I want to have the data transfered to a new worksheet. The column that I want to find is duplicate names which is col B, if a duplicate name is found, I want to grab the complete row for both duplicate names. ie copy column a-e for both names. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Rich,
In column F (say, in cell F2) use a formula like =COUNTIF(B:B,B2)1 Then copy down, and sort the entire sheet based on column F, and copy all the rows where the value in column F is TRUE. HTH, Bernie MS Excel MVP "Rich" wrote in message ... What I am trying to accomplish is to copy all the duplicate data from one worksheet to another. I have five columns and I want to have the data transfered to a new worksheet. The column that I want to find is duplicate names which is col B, if a duplicate name is found, I want to grab the complete row for both duplicate names. ie copy column a-e for both names. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicate entries | Excel Worksheet Functions | |||
Data Validation /w Duplicate Entries | Excel Discussion (Misc queries) | |||
how do I compare two data files for duplicate entries in Excel | Excel Worksheet Functions | |||
How do I compare data from 2 worksheets to find duplicate entries | Excel Discussion (Misc queries) | |||
Finding duplicate cell entries in a column of data | Excel Discussion (Misc queries) |