#1   Report Post  
tzec76
 
Posts: n/a
Default Pivot Table

have 600,000 rows of data. I would like to find how many duplicates are
there in this 3 coulmn of 600,000 rows of data. I would like to use Pivot
Table to do that. However, each column can contain only about 60,000 rows.

Can anyone help to find how to find how many duplicate data?
  #2   Report Post  
Fred
 
Posts: n/a
Default

You are limited to just over 65000 rows per worksheet so...
Split your 600000 lines of data into several worksheets then to find the
duplicates in any single column of any worksheet:
Sort on that column (lets say colB)
In a spare column headed up 'Duplicate?' enter 'N' in the first row and the
formula
=if(B3=B2,"Y","N")
in the next row and copy down all rows.
Because the list is sorted, any duplicate entries will be on consecutive
rows and will be identified by the formula.

If you want to extract only the unique rows:
Copy the whole of the column containing the formula and Paste Special|Values
over the top (to remove the formula). You can now sort by this column to get
all unique ('N') rows together.

HTH

"tzec76" wrote:

have 600,000 rows of data. I would like to find how many duplicates are
there in this 3 coulmn of 600,000 rows of data. I would like to use Pivot
Table to do that. However, each column can contain only about 60,000 rows.

Can anyone help to find how to find how many duplicate data?

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
updating pivot table to include additional rows Ellen Excel Discussion (Misc queries) 8 July 15th 08 01:33 PM
how to delete/clean out the row list in pivot table john² Excel Worksheet Functions 1 May 26th 05 04:56 AM
Pivot table, dynamic data formula Excel GuRu Excel Discussion (Misc queries) 3 May 3rd 05 10:45 PM
Pivot Table Problems Rachel Gonsior Excel Discussion (Misc queries) 3 March 21st 05 07:24 PM
Problem with Pivot Table Drop-Down Menus Mac Excel Worksheet Functions 4 November 7th 04 01:18 PM


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