Converting PDF to excel and trouble with rows and columns

spice

New Member
Joined
Jan 2, 2017
Messages
6
Hello everyone I'm trying to convert a large doc from Acrobat X Pro to Excel 2007.

Trouble is I get lots of columns are rows with cells looking like this:

A
A1
A2
B
B1
B2
C
C1
C2
D
D1
E
E1
F
F1
G
G1
H
H1
I
I1

<tbody>
</tbody>

And I'd like to cut the cells across the whole doc to look like this:

A
B
C
A1
B1
C1
A2
B2
C2
D
E
F
D1
E1
F1
G
H
I
G1
H1
I1

<tbody>
</tbody>

I've been trying for hours without much success and even contemplated typing out the whole spreadsheet which is a lot of work.

Anyone any ideas?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Sorry just to be clear..

A
A1
A2

<tbody>
</tbody>

to this

A
A1
A2

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,500
Messages
6,125,166
Members
449,210
Latest member
grifaz

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