Demonsguile
New Member
- Joined
- Oct 13, 2011
- Messages
- 39
Currently, I'm spending many hours reading a report and hand-typing values from the report into an Excel spreadsheet. I do this for each day of the year. It's quite time-consuming and I'm looking to find a faster approach. The report is in PDF format, but I can export it to Excel.
Here is an example of the data:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]00:00 - 00:29[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Sub Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]00:30 - 00:59[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Sub Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
Please note that the spacing here is accurate. The are occasions where there is one empty cell between the time and the word "Sub Total" and other occasions where there are two spaces. But there will never be more than two spaces.
My goal is to get value X for each of the defined timeframes and list each one in a column format. The end-game would be for me to copy/paste in the report data and have the system auto-calculate the report below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0:00[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0:30[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
Any assistance would be GREATLY appreciated.
Thanks,
DG
Here is an example of the data:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]00:00 - 00:29[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Sub Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]00:30 - 00:59[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Sub Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]N[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
Please note that the spacing here is accurate. The are occasions where there is one empty cell between the time and the word "Sub Total" and other occasions where there are two spaces. But there will never be more than two spaces.
My goal is to get value X for each of the defined timeframes and list each one in a column format. The end-game would be for me to copy/paste in the report data and have the system auto-calculate the report below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0:00[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0:30[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
Any assistance would be GREATLY appreciated.
Thanks,
DG