Hi There
I have a particularly nasty PDF file to deal with every month which spans many many pages. I've created a copy and paste area in a spreadsheet which then runs a formula based Text to Columns.
From this I need to pull selected data
- the initial 6 digit numeric code
- the type
- and then the set of 3 numbers at the end
For example
864092 CEA Highbrook 3PL Team 2 72.00 1,400.00 5.14
Becomes
RC Dept; Type; Hours; Std; %
864092; CEA; 72.00; 1,400.00; 5.14
The formula I've written is big and ugly and wrong.
Can anyone help me re-write it?
I have a particularly nasty PDF file to deal with every month which spans many many pages. I've created a copy and paste area in a spreadsheet which then runs a formula based Text to Columns.
From this I need to pull selected data
- the initial 6 digit numeric code
- the type
- and then the set of 3 numbers at the end
For example
864092 CEA Highbrook 3PL Team 2 72.00 1,400.00 5.14
Becomes
RC Dept; Type; Hours; Std; %
864092; CEA; 72.00; 1,400.00; 5.14
The formula I've written is big and ugly and wrong.
Can anyone help me re-write it?