Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET

i have a list of names as
robert
paul
martin
edwin
robert
paul
martin
edwin
marc
rony
i need a list how will display the names listed and only once the repeated
names or
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET

One way would be to create a copy using the Advanced Filter. See link

http://www.contextures.com/xladvfilter01.html#FilterUR


"r.kordahi" wrote:

i have a list of names as
robert
paul
martin
edwin
robert
paul
martin
edwin
marc
rony
i need a list how will display the names listed and only once the repeated
names or

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default MAKE A LIST OF NAMES FROM REPEATED NAMES IN THE SAME WORKSHEET

On the cell to the right of the very first name enter:

=IF(COUNTIF(INDIRECT(ADDRESS(ROW()-ROW()+1,COLUMN()-1,4)&":"&ADDRESS(ROW(),COLUMN()-1,2)),INDIRECT(ADDRESS(ROW(),COLUMN()-1),4))1,"",INDIRECT(ADDRESS(ROW(),COLUMN()-1)))

Copy down the same as much as you require;

Select the resulting cells with formulas;

Press Ctrl+C;

Press Alt+E, then S, then V and then Hit Enter;

Finally sort the new list to remove the Blanks.

--

Best Regards,
FARAZ A. QURESHI


"r.kordahi" wrote:

i have a list of names as
robert
paul
martin
edwin
robert
paul
martin
edwin
marc
rony
i need a list how will display the names listed and only once the repeated
names or

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
return a list of names, from a large list of repeated names. The Fru Fru Excel Worksheet Functions 5 December 10th 08 02:03 PM
Sorting and matching rows of names with Socials with master list and eliminating the extra names Giacomo Excel Worksheet Functions 1 March 10th 07 02:52 AM
create a random list of names from a list of names in EXCEL Givvie Excel Worksheet Functions 2 October 23rd 06 05:10 AM
using conditional formatting to mark repeated names in list? Mansure Morgan Excel Discussion (Misc queries) 3 June 2nd 06 01:06 PM
How to make a chart from a list of names? Chris Charts and Charting in Excel 2 December 20th 05 12:34 AM


All times are GMT +1. The time now is 11:16 AM.

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

About Us

"It's about Microsoft Excel"