Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default data in a column

I have data in an excel spreadsheet. In one column, I have repeatative
entries. For example, the column looks like

aaaa
bbbb
aabb
aaaa
bbbb

etc.

The problem is that the column has some 20000 rows, and I need to find these
type of entries that are repeating again and again. For example in the above
case, what I am looking for is "aaaa, bbbb, aabb" that is all. In my real
example, I might have some 40 or 50 such different entries. It will take me
hours to go thru the column and find those. Plus manual error will be
unavoidable.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default data in a column

I would suggest using the Chip Pearson methodology for extracting unique
entries from a list (which he refers to as 'Listing Distinct Elements In A
List.') I've used it before and it works like a charm!!

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

Good luck!


"ABCD" wrote:

I have data in an excel spreadsheet. In one column, I have repeatative
entries. For example, the column looks like

aaaa
bbbb
aabb
aaaa
bbbb

etc.

The problem is that the column has some 20000 rows, and I need to find these
type of entries that are repeating again and again. For example in the above
case, what I am looking for is "aaaa, bbbb, aabb" that is all. In my real
example, I might have some 40 or 50 such different entries. It will take me
hours to go thru the column and find those. Plus manual error will be
unavoidable.



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
Search for a column based on the column header and then past data from it to another column in another workbook minkokiss Excel Programming 2 April 5th 07 01:12 AM
Macro to paste data to a new column if previous column has data Neil[_29_] Excel Programming 3 February 13th 07 09:58 PM
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look [email protected] Excel Programming 2 December 30th 06 06:23 PM
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look [email protected] Excel Discussion (Misc queries) 1 December 27th 06 05:47 PM
Matching one column against another column of data to show the same amount of data. dodat Excel Worksheet Functions 0 December 30th 05 06:19 PM


All times are GMT +1. The time now is 07:31 PM.

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"