I need help sorting data from a PDF

tpthatsme

New Member
Joined
Jun 2, 2016
Messages
17
OK, it is worst than you thought. When I copy the data from the PDF and paste it into Excel, one PDF row turns into 4 Excel rows. It is like the data string breaks up into 4 pieces. I would like to have each PDF row be one Excel row so that I can use some delimiting rules to make this data usable.

Line 40 returns 4 rows that look like this:

Code:
40 02/07/17 15:50:26 0:08 0:32 xxxxxxxxxx6 1xxxxxxxxxx1 0xxxxxxxxxxxxxxxx1
APPLE
IPHONE5S
3xxxxxxxxxxxxx5 MT [NIOP] [2xxxx/0xxxx:-xx.xxxxx:xx.xxxxx:3xx:xx.0]
[FONT=Verdana]
[/FONT]

I want line 40 to be one row, but I am not sure how to tackle this. As you can see, line 43 and 44 do not have IMEI data and therefore do not have the APPLE IPHONE5S to split this row up, so these lines are OK.

Any Ideas??
O2eSzHY.png

8Sk6QUV
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
I have encountered similar problems before. The following two methods have helped me, though not every time. Still, it's worth to try them. Hope one of them will help you.

1. save the PDF as text then copy from the text file, not from the PDF.
2. copy from the PDF but paste to Notepad first, then, copy from Notepad.
 
Upvote 0

Forum statistics

Threads
1,214,617
Messages
6,120,541
Members
448,970
Latest member
kennimack

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