Hey there,
I want a macro copying only non-zero values and pasting it to desired area.
My data look like this;
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Form[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]PL01[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]TL03[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PR07[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]SR02[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
My new table should only include rows having nonzero values in Count column.
Form column values are unique but number of rows changes.
Thanks in advance.
I want a macro copying only non-zero values and pasting it to desired area.
My data look like this;
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Form[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]PL01[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]TL03[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PR07[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]SR02[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
My new table should only include rows having nonzero values in Count column.
Form column values are unique but number of rows changes.
Thanks in advance.