Spliting Data into Months

C

caveman.savant

Perhaps this is something I should do with VB
I have a messy txt file that should be cleaned up
http://spreadsheets.google.com/ccc?key=rAM3Bgm0m2g-563DPeygSKw
The 1st line is fairly simple to mid-string out what I need.
But what comes next is the hard part.
I would to take each cell and separate the "data"
Apr '09 0.0000 Jul '08 1.0000 Oct
'07 2.0000 Jan '07 0.0000 Yr 1 avg :
1.3333
This would mean
04/09 0
07/08 1
10/07 2
01/07 0
(the Yr 1 avg : 1.3333 is meaningless)
Then I would continue down to the next cell and do the same until I
reached the cell the is the "header"
Once I have this chunk of data converted I have to probably to a
column to row conversion and sort it into date order.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top