Need to process more data than excel can handle

dal777

New Member
Joined
Dec 6, 2005
Messages
5
Hi all, I'm trying to process so much data that excel just stops responding, so what I need to do is process smaller amounts at a time and store the result on a seperate sheet. This is what the data looks like when it's imported from a .txt file :

KMTN 39.32566412 -76.41376644
{
RUNWAY 5016
PARKING 18
PARKING 31
PARKING 10
PARKING 10
PARKING 10
}

The imported data goes in ROWS A B C, the processed data goes in - J L N P R T V X Z AB AD AF AH AI AJ


As you can see it's only 3 columns wide but there's about 500,000 lines of it .The above data will form 1 record once processed but the amount of rows in a record varies. Every record ends with a } symbol.
I know excel cant handle more than about 65,000 rows - thats not a major problem, I'll split the txt into 10 files of 50,000 if need be.
How do I get excel to proccess a record i.e - a varying number of rows - typically between 5 & 50, put the result on another sheet then proccess some more. I've not got a clue about VISUAL BASIC or macros which I suspect is where the answer lies.
Any help appreciated - thanks.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
You would need to show us a sample of how the data looks once imported, and how it looks once it is "processed" by excel.

And yes, the answer is VB, or possible a Pivot table.

You could throw all the imported data into a pivot table and see if that lets you spin it for the desired output. Excel's help file is pretty decent on using pivot tables.
 
Upvote 0
Thanks for the quick reply there Gibbs.

Okay here is the imported data :

excel1.jpg




And the output looks like this :

[/img]
exceloutput.jpg
 
Upvote 0
Okay, now explain the logic of how the information translates...I looked at it and all I can see is that you count the occurrence of the word runway as a count...
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top