scottburbankcpa
New Member
- Joined
- Nov 13, 2014
- Messages
- 2
I need to automate the following process and was told to start with getting the data from the PDF file into Excel and then use the Text to Columns to convert the data into a more user friendly format. I need to be able to split the data below into 6 columns. Each text grouping is separated by spaces but with the company names and amounts being variable in length I have not been able to get anything to work on the entire string. I know I am missing something simple but have searched and can't seem to get the formula needed to split the data. I am getting these text files daily and hope to one day have some coding to do this entire process but I am new to this and need help with the less advanced functions first. Thanks in advance for your help. Information breakdown:
Doc ID Company ID Company Name Check Number Date Amount
[TABLE="width: 799"]
<tbody>[TR]
[TD]11110000010 89192108903 ABC Business Solutions 00050001234 10 08 14 1,076.29
[/TD]
[/TR]
[TR]
[TD]11110000011 78085942900 State INDUSTRIAL SERVICE CO 00050002345 10 08 14 97,775.00
[/TD]
[/TR]
[TR]
[TD]11110000012 56167863200 THE HOTEL at State University 00050003456 10 08 14 19,342.56
[/TD]
[/TR]
[TR]
[TD]11110000013 34045898302 Newspaper Company of the North, Inc 00050004567 10 08 14 1,275.02
[/TD]
[/TR]
[TR]
[TD]11110000014 12038919200 Frozen Ice Sales Assn 00050005678 10 08 14 91.81
[/TD]
[/TR]
</tbody>[/TABLE]
Doc ID Company ID Company Name Check Number Date Amount
[TABLE="width: 799"]
<tbody>[TR]
[TD]11110000010 89192108903 ABC Business Solutions 00050001234 10 08 14 1,076.29
[/TD]
[/TR]
[TR]
[TD]11110000011 78085942900 State INDUSTRIAL SERVICE CO 00050002345 10 08 14 97,775.00
[/TD]
[/TR]
[TR]
[TD]11110000012 56167863200 THE HOTEL at State University 00050003456 10 08 14 19,342.56
[/TD]
[/TR]
[TR]
[TD]11110000013 34045898302 Newspaper Company of the North, Inc 00050004567 10 08 14 1,275.02
[/TD]
[/TR]
[TR]
[TD]11110000014 12038919200 Frozen Ice Sales Assn 00050005678 10 08 14 91.81
[/TD]
[/TR]
</tbody>[/TABLE]