|
Dr. Nitin Paranjape's web site > Dr. Nitin's KLOG > Posts > How to overcome the 65k (or 1 million) row limit and analyze data in Excel?
|
7/9/2007
This problem has been haunting people for a very long time. The recent increase of the row limit to 1 million+ rows may have solved the problem. But sooner or later you are bound to have data which exceeds this limit as well. So what we need is a better approach which works across Excel versions.
Here I am assuming that you don't want to scroll through thousands of rows but you want to create a Pivot Table to analyze the data.
Here is the summary of steps involved.
- Split data into multiple sheets.
- Create a named range for each block of data
- Save the Excel file
- Create and ODBC data source based upon the Excel file.
- Open a new, blank Excel file
- Create Pivot Table based upon the Excel ODBC data source
- Edit the query manually and create a UNION based select query which combines all the blocks of data
- Make a pivot table directly (don't try to get the data into Excel sheet, because it will not fit).
- Pivot table has no row limit!
|
|
|
|
|
|
|