Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Krista
 
Posts: n/a
Default How do I search for duplicate words in a column?

I need to check for duplicate names in a column. Is there a way to do this?
  #2   Report Post  
Manish Bajpai
 
Posts: n/a
Default

Copy that column into a new worksheet...I don't want you to mess up your
exisiting sheet.

Then, simply create a Pivot with the data of that single column. You will
have to fist take it on rows and thewn again drag into data box as Count.

That's it.

Thanks,

Manish Bajpai

"Krista" wrote:

I need to check for duplicate names in a column. Is there a way to do this?

  #3   Report Post  
David Billigmeier
 
Posts: n/a
Default

Without using pivot tables:

Assume your values are in the range A1:A10, paste this code in A1 and drag
down:

=IF(COUNTIF($A$1:$A$10,A1)1,"dup","nodup")

--
David Billigmeier


"Krista" wrote:

I need to check for duplicate names in a column. Is there a way to do this?

  #4   Report Post  
David Billigmeier
 
Posts: n/a
Default

Sorry... I see a typo, paste that code in B1 :-)


--
David Billigmeier


"David Billigmeier" wrote:

Without using pivot tables:

Assume your values are in the range A1:A10, paste this code in A1 and drag
down:

=IF(COUNTIF($A$1:$A$10,A1)1,"dup","nodup")

--
David Billigmeier


"Krista" wrote:

I need to check for duplicate names in a column. Is there a way to do this?

  #5   Report Post  
Manish Bajpai
 
Posts: n/a
Default

David,

You are simply great !!

Nice to brainstorm with you.

Thanks,

Manish

"David Billigmeier" wrote:

Sorry... I see a typo, paste that code in B1 :-)


--
David Billigmeier


"David Billigmeier" wrote:

Without using pivot tables:

Assume your values are in the range A1:A10, paste this code in A1 and drag
down:

=IF(COUNTIF($A$1:$A$10,A1)1,"dup","nodup")

--
David Billigmeier


"Krista" wrote:

I need to check for duplicate names in a column. Is there a way to do this?



  #6   Report Post  
David Billigmeier
 
Posts: n/a
Default

Definitelly, nice to have met a fellow Excel fanatic!

Regards,
Dave


--
David Billigmeier


"Manish Bajpai" wrote:

David,

You are simply great !!

Nice to brainstorm with you.

Thanks,

Manish

"David Billigmeier" wrote:

Sorry... I see a typo, paste that code in B1 :-)


--
David Billigmeier


"David Billigmeier" wrote:

Without using pivot tables:

Assume your values are in the range A1:A10, paste this code in A1 and drag
down:

=IF(COUNTIF($A$1:$A$10,A1)1,"dup","nodup")

--
David Billigmeier


"Krista" wrote:

I need to check for duplicate names in a column. Is there a way to do this?

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
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 05:28 PM
Arithmetical Mode of Criteria in Multiple Non-Adjacent columns Sam via OfficeKB.com Excel Worksheet Functions 4 July 14th 05 10:15 PM
how do i insert words into a column without erasing the words soccer5585 Excel Discussion (Misc queries) 0 June 9th 05 12:06 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 07:42 PM
looking to assign different numbers in column B to different words in column A mike Excel Worksheet Functions 2 January 13th 05 02:46 AM


All times are GMT +1. The time now is 06:14 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"