Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ZoR ZoR is offline
external usenet poster
 
Posts: 6
Default Duplicate entries in more than one column

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Duplicate entries in more than one column

I'd use a helper column and concatenate the first and last names with a unique
string:

=a1&"..."&b1
and drag down

Then look for duplicates in this column.

ZoR wrote:

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ZoR ZoR is offline
external usenet poster
 
Posts: 6
Default Duplicate entries in more than one column

Hello Dave,

Thanks for your help.
Concatenating the data is a good idea but my records are more than 5000!
Also, is there anyway to copy a formula to a range of cells without having
to drag the formula all the way DOWN to all the records?

Concatenating works for small number of records. With a large number, i
don't think it will be easy to scroll up and down to see which ones are
duplicated or not!



"Dave Peterson" wrote:

I'd use a helper column and concatenate the first and last names with a unique
string:

=a1&"..."&b1
and drag down

Then look for duplicates in this column.

ZoR wrote:

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Duplicate entries in more than one column

You can copy a formula down by double-clicking on the fill handlel(small black
square at bottom right corner of cell)

Will copy down as far as you have data in an adjacent column.

What do you want to do with the duplicates?

You can get a list of all the Uniques by DataFilterAdvanced FilterUnique
records only and copy to another location.

See Chip Pearson's site for more methods of finding duplicates.

http://www.cpearson.com/excel/Duplicates.aspx


Gord Dibben MS Excel MVP


On Wed, 30 Jan 2008 13:54:01 -0800, ZoR wrote:

Hello Dave,

Thanks for your help.
Concatenating the data is a good idea but my records are more than 5000!
Also, is there anyway to copy a formula to a range of cells without having
to drag the formula all the way DOWN to all the records?

Concatenating works for small number of records. With a large number, i
don't think it will be easy to scroll up and down to see which ones are
duplicated or not!



"Dave Peterson" wrote:

I'd use a helper column and concatenate the first and last names with a unique
string:

=a1&"..."&b1
and drag down

Then look for duplicates in this column.

ZoR wrote:

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply


--

Dave Peterson


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ZoR ZoR is offline
external usenet poster
 
Posts: 6
Default Duplicate entries in more than one column

hello Gord,

Thanks for helping out with the copy paste thing.

For duplicates, I have more than 5000 records with peoples first and last
name in two seperate columns.
i want to identify those whose names have been duplicate or have multiple
entries.
i would prefer highlighting all duplicate entries as well as their
DUPLICATES with respect to their FULL NAME i.e. grabbing data from both
columns and then comparing it with all remaning rows.
please help me out there!

thanks.

"Gord Dibben" wrote:

You can copy a formula down by double-clicking on the fill handlel(small black
square at bottom right corner of cell)

Will copy down as far as you have data in an adjacent column.

What do you want to do with the duplicates?

You can get a list of all the Uniques by DataFilterAdvanced FilterUnique
records only and copy to another location.

See Chip Pearson's site for more methods of finding duplicates.

http://www.cpearson.com/excel/Duplicates.aspx


Gord Dibben MS Excel MVP


On Wed, 30 Jan 2008 13:54:01 -0800, ZoR wrote:

Hello Dave,

Thanks for your help.
Concatenating the data is a good idea but my records are more than 5000!
Also, is there anyway to copy a formula to a range of cells without having
to drag the formula all the way DOWN to all the records?

Concatenating works for small number of records. With a large number, i
don't think it will be easy to scroll up and down to see which ones are
duplicated or not!



"Dave Peterson" wrote:

I'd use a helper column and concatenate the first and last names with a unique
string:

=a1&"..."&b1
and drag down

Then look for duplicates in this column.

ZoR wrote:

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply

--

Dave Peterson





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Duplicate entries in more than one column

I thought you were going to use Dave's formula =a1&"..."&b1 to give you a third
column to filter or flag per Chip's methods.

After doing that, copy that column and Paste SpecialValuesOKEsc.

Chip's site is a good place to start for flagging duplicates.


Gord

On Thu, 31 Jan 2008 06:34:00 -0800, ZoR wrote:

hello Gord,

Thanks for helping out with the copy paste thing.

For duplicates, I have more than 5000 records with peoples first and last
name in two seperate columns.
i want to identify those whose names have been duplicate or have multiple
entries.
i would prefer highlighting all duplicate entries as well as their
DUPLICATES with respect to their FULL NAME i.e. grabbing data from both
columns and then comparing it with all remaning rows.
please help me out there!

thanks.

"Gord Dibben" wrote:

You can copy a formula down by double-clicking on the fill handlel(small black
square at bottom right corner of cell)

Will copy down as far as you have data in an adjacent column.

What do you want to do with the duplicates?

You can get a list of all the Uniques by DataFilterAdvanced FilterUnique
records only and copy to another location.

See Chip Pearson's site for more methods of finding duplicates.

http://www.cpearson.com/excel/Duplicates.aspx


Gord Dibben MS Excel MVP


On Wed, 30 Jan 2008 13:54:01 -0800, ZoR wrote:

Hello Dave,

Thanks for your help.
Concatenating the data is a good idea but my records are more than 5000!
Also, is there anyway to copy a formula to a range of cells without having
to drag the formula all the way DOWN to all the records?

Concatenating works for small number of records. With a large number, i
don't think it will be easy to scroll up and down to see which ones are
duplicated or not!



"Dave Peterson" wrote:

I'd use a helper column and concatenate the first and last names with a unique
string:

=a1&"..."&b1
and drag down

Then look for duplicates in this column.

ZoR wrote:

hellor,

Well, i hope someone here will be able to help me!

My data is as follows:

LAST NAME FIRST NAME

1. ABC OPP
2. XYZ MGF
3. RTY SED
4. QRS WER
5. ABC OPP
6. RTY SED
7. QFG CVT
8. POL MUH


I want to identify the duplicate entries by grabbing the data from both
columns that is Last Name and First Name as well.
So that I get rows 1 &5 as well as rows 3 &4 highlighted.

All the help information that you have given in the community is for data in
ONe COLUMN ONLY.
You will be of great help if you could add a solution to my problem as well!

Looking forward to your reply

--

Dave Peterson




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
count duplicate entries in column khilari Excel Discussion (Misc queries) 3 April 17th 06 09:56 PM
NO DUPLICATE ENTRIES IN A COLUMN USING EXCEL JOHNNYG Setting up and Configuration of Excel 1 December 10th 05 02:12 PM
How to remove duplicate entries in column? [email protected] Excel Discussion (Misc queries) 1 June 24th 05 09:23 PM
How do I set up an Excel column to not allow duplicate entries (m. Staci2s Excel Discussion (Misc queries) 2 June 2nd 05 06:05 PM
Preventing Duplicate Entries within a column Bruce Excel Discussion (Misc queries) 3 January 29th 05 12:33 AM


All times are GMT +1. The time now is 04:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"