#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default repetition cases

Dear Experts,
I have a column contain the name of patients (text format) some names
appears more than on time, how can I identify the repetition cases and
than deleted?
Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default repetition cases

Put this formula in a cell alonside the first name in your list. It's and
array formula so enter it with Ctrl+Shift+enter.

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

Drag the formula down the lenght of your list and duplicates will be ignored.

You will be left with blank cells where duplicates existed which you can
hide using filter.


Mike

Mike

"Omar" wrote:

Dear Experts,
I have a column contain the name of patients (text format) some names
appears more than on time, how can I identify the repetition cases and
than deleted?
Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default repetition cases

Omar

Do you want just a unique list of patients?

DataFilterAdvanced Filter.

Check "unique records" and your choice of where to put them.

For more on this method see Debra's site.

http://www.contextures.on.ca/xladvfilter01.html


Gord Dibben MS Excel MVP

On 9 May 2007 00:26:55 -0700, Omar wrote:

Dear Experts,
I have a column contain the name of patients (text format) some names
appears more than on time, how can I identify the repetition cases and
than deleted?
Thanks.


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
PivotTable - Repetition of rows sailor-1 Excel Discussion (Misc queries) 1 January 5th 07 03:41 PM
check for repetition of cell contents David Excel Worksheet Functions 1 September 14th 06 09:31 AM
statistical analysis / trend repetition nastech Excel Discussion (Misc queries) 1 April 28th 06 01:03 AM
How to find repetition of data in cells in a column? Joseph T J Excel Discussion (Misc queries) 1 February 15th 06 06:12 PM
Matching 2 cases at once. mae1778 Excel Discussion (Misc queries) 2 August 26th 05 09:50 PM


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