D
daniel.barrett
I have an application that exports data as below
ABSLIVE AGRDEVBACK AGRDEVWEB
26/06/06 1294 26/06/06 1436 26/06/06 399
26/06/06 1299 26/06/06 1439 26/06/06 399
27/06/06 1318 27/06/06 1452 27/06/06 404
This is a sample of six columns . The text in row 1 is in columns 2,4
& 6
The cells in row 1 in columns 1,3 & 6 are empty
There are varying numbers columns and rows each time the application
exports.
All of the dates are consistent across each row
I need to convert this to a structure that can be converted into an
access database
something like this
ABSLIVE 26/06/06 1294
ABSLIVE 26/06/06 1299
ABSLIVE 27/06/06 1318
AGRDEVBACK 26/06/06 1436
etc etc
Hope someone can help
Thanks
daniel
ABSLIVE AGRDEVBACK AGRDEVWEB
26/06/06 1294 26/06/06 1436 26/06/06 399
26/06/06 1299 26/06/06 1439 26/06/06 399
27/06/06 1318 27/06/06 1452 27/06/06 404
This is a sample of six columns . The text in row 1 is in columns 2,4
& 6
The cells in row 1 in columns 1,3 & 6 are empty
There are varying numbers columns and rows each time the application
exports.
All of the dates are consistent across each row
I need to convert this to a structure that can be converted into an
access database
something like this
ABSLIVE 26/06/06 1294
ABSLIVE 26/06/06 1299
ABSLIVE 27/06/06 1318
AGRDEVBACK 26/06/06 1436
etc etc
Hope someone can help
Thanks
daniel