I have software that generates an excel sheet of 62 columns and up to 65525 rows.
In one of the columns the occurrence of failures (In-Fault / No-fault) is reported. I search in that row where I reported the failure column time and marked the previous row to this time and the time row of the error, With the help of the command differences of columns in the menu to go to special, I frame the differences.I need to make a report of these differences found in the columns and show the header of the same.
In the table I show a simplified example of the source table and the report to be made:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Time[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD][/TD]
[TD]Report[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[TD]1[/TD]
[TD]S[/TD]
[TD]3[/TD]
[TD]9[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]B[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]
[TD]1[/TD]
[TD]P[/TD]
[TD]3[/TD]
[TD]7[/TD]
[TD][/TD]
[TD]
[TD]P[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]
[TD]2[/TD]
[TD]R[/TD]
[TD]6[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]A[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3[/TD]
[TD]R[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]
[TD]3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
[TD]1[/TD]
[TD]Z[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
[TD]1[/TD]
[TD]P[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]
[TD]P[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In one of the columns the occurrence of failures (In-Fault / No-fault) is reported. I search in that row where I reported the failure column time and marked the previous row to this time and the time row of the error, With the help of the command differences of columns in the menu to go to special, I frame the differences.I need to make a report of these differences found in the columns and show the header of the same.
In the table I show a simplified example of the source table and the report to be made:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Time[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD][/TD]
[TD]Report[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
21/06/2019 11:30:51
[/TD][TD]1[/TD]
[TD]S[/TD]
[TD]3[/TD]
[TD]9[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]B[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]
21/06/2019 11:30:52
[/TD][TD]1[/TD]
[TD]P[/TD]
[TD]3[/TD]
[TD]7[/TD]
[TD][/TD]
[TD]
21/06/2019 11:30:52
<strike></strike>[/TD][TD]P[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]
21/06/2019 11:31:51
<strike></strike>[/TD][TD]2[/TD]
[TD]R[/TD]
[TD]6[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]A[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]
21/06/2019 11:31:52
[TD]3[/TD]
[TD]R[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]
21/06/2019 11:31:52
<strike></strike>[/TD][TD]3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]
21/06/2019 12:10:02
[/TD][TD]1[/TD]
[TD]Z[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]Time[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
21/06/2019 12:10:03
<strike></strike>[/TD][TD]1[/TD]
[TD]P[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD][/TD]
[TD]
21/06/2019 12:10:03
<strike style="background-color: transparent; border-collapse: collapse; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: line-through; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; width: auto; word-spacing: 0px;"></strike><strike></strike>[/TD][TD]P[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited by a moderator: