![]() |
Formatting Imported Data
I have to compile a worksheet from data copied from a pdf file. Problem when
i copy and paste text all data falls into column A and i have to drag one line at a time to the specific headings. this is how the data I copy pastes into excel: Date Time Duration Number Dialled Charge 01/05/2009 11:14:03 00:00:30 110 0.79 07/05/2009 19:20:59 00:01:41 0860112442 0.00 28/05/2009 18:40:20 00:01:45 110 1.25 28/05/2009 18:48:51 00:00:07 0860123911 0.15 Sub Total 2.19 I have set up the columns as such: Date Time Duration Number Dialled Charge 01/05/2009 11:14:03 00:00:30 110 0.79 And need to move the relevant information to the relevant columns without having to drag one item at a time. I have 25 pages of information to work on with approximately 1800 entries! Any suggestions would be greatly appreciated, Fabs. |
Formatting Imported Data
If your pasted data are in column A starting from row 1 then insert this
formula in B1 and fill it to the right until column F and down as required! =INDIRECT("A"&(ROW()-1)*5+COLUMN()-1) Regards, Stefi €˛Fabs€¯ ezt Ć*rta: I have to compile a worksheet from data copied from a pdf file. Problem when i copy and paste text all data falls into column A and i have to drag one line at a time to the specific headings. this is how the data I copy pastes into excel: Date Time Duration Number Dialled Charge 01/05/2009 11:14:03 00:00:30 110 0.79 07/05/2009 19:20:59 00:01:41 0860112442 0.00 28/05/2009 18:40:20 00:01:45 110 1.25 28/05/2009 18:48:51 00:00:07 0860123911 0.15 Sub Total 2.19 I have set up the columns as such: Date Time Duration Number Dialled Charge 01/05/2009 11:14:03 00:00:30 110 0.79 And need to move the relevant information to the relevant columns without having to drag one item at a time. I have 25 pages of information to work on with approximately 1800 entries! Any suggestions would be greatly appreciated, Fabs. |
All times are GMT +1. The time now is 11:48 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com