Hello All,
I am currently trying to copy non-contiguous cells in excel which I know you cannot do directly, and then I need to copy these non-contiguous cells into another program, so I cannot just copy and paste in fragments.
An example of what my data looks like now is below. So now I would have to manually copy Row 2 and 3 (Pos thru Amount), paste into my program. Then I would need copy Row 4 and 5 (Pos thru Mat.No), paste into my program. If when copying Rows 4 and 5 I include the Amount column the copy errors out. The S. column is copied every time but it will always be blank.
[TABLE="width: 396"]
<tbody>[TR]
[TD]Pos[/TD]
[TD]No[/TD]
[TD]Cnt[/TD]
[TD]S.[/TD]
[TD]Mat.No[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111111[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD] [/TD]
[TD]11121[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111112[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111113[/TD]
[TD] [/TD]
[/TR]
</tbody><colgroup><col span="5"><col></colgroup>[/TABLE]
The data could include out of order values where values with an amount could be between those without, and each time this happens it cause another manual copy and paste step into a program. I cannot filter the data and it needs to go in as is.
Thanks for the help and hopefully someone can think of a solution.
I am currently trying to copy non-contiguous cells in excel which I know you cannot do directly, and then I need to copy these non-contiguous cells into another program, so I cannot just copy and paste in fragments.
An example of what my data looks like now is below. So now I would have to manually copy Row 2 and 3 (Pos thru Amount), paste into my program. Then I would need copy Row 4 and 5 (Pos thru Mat.No), paste into my program. If when copying Rows 4 and 5 I include the Amount column the copy errors out. The S. column is copied every time but it will always be blank.
[TABLE="width: 396"]
<tbody>[TR]
[TD]Pos[/TD]
[TD]No[/TD]
[TD]Cnt[/TD]
[TD]S.[/TD]
[TD]Mat.No[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111111[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD] [/TD]
[TD]11121[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111112[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]2[/TD]
[TD] [/TD]
[TD]111113[/TD]
[TD] [/TD]
[/TR]
</tbody><colgroup><col span="5"><col></colgroup>[/TABLE]
The data could include out of order values where values with an amount could be between those without, and each time this happens it cause another manual copy and paste step into a program. I cannot filter the data and it needs to go in as is.
Thanks for the help and hopefully someone can think of a solution.