[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[/TR]
[TR]
[TD]Program X
[/TD]
[TD]Program Y
[/TD]
[TD]Stack
[/TD]
[/TR]
[TR]
[TD]12345
[/TD]
[TD]54321
[/TD]
[TD]12345
[/TD]
[/TR]
[TR]
[TD]23451
[/TD]
[TD]43215
[/TD]
[TD]23451
[/TD]
[/TR]
[TR]
[TD]34512
[/TD]
[TD]32154
[/TD]
[TD]34512
[/TD]
[/TR]
[TR]
[TD]45123
[/TD]
[TD]21543
[/TD]
[TD]45123
[/TD]
[/TR]
[TR]
[TD]FMPU
[/TD]
[TD]0
[/TD]
[TD]FMPU
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]54321
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]43215
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]32154
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD][/TD]
[TD]21543
[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way, formula or VBA, to stack column A and B and have it appear in column C, like the above? I'm trying to avoid stacking with blanks and 0s. My worksheet has numbers, letters, and a combo of both. I also want the stacking to be next, and on the same worksheet as A and B. Thanks for the help!
<tbody>[TR]
[TD]Column A
[/TD]
[TD]Column B
[/TD]
[TD]Column C
[/TD]
[/TR]
[TR]
[TD]Program X
[/TD]
[TD]Program Y
[/TD]
[TD]Stack
[/TD]
[/TR]
[TR]
[TD]12345
[/TD]
[TD]54321
[/TD]
[TD]12345
[/TD]
[/TR]
[TR]
[TD]23451
[/TD]
[TD]43215
[/TD]
[TD]23451
[/TD]
[/TR]
[TR]
[TD]34512
[/TD]
[TD]32154
[/TD]
[TD]34512
[/TD]
[/TR]
[TR]
[TD]45123
[/TD]
[TD]21543
[/TD]
[TD]45123
[/TD]
[/TR]
[TR]
[TD]FMPU
[/TD]
[TD]0
[/TD]
[TD]FMPU
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]54321
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]43215
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]32154
[/TD]
[/TR]
[TR]
[TD]0
[/TD]
[TD][/TD]
[TD]21543
[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way, formula or VBA, to stack column A and B and have it appear in column C, like the above? I'm trying to avoid stacking with blanks and 0s. My worksheet has numbers, letters, and a combo of both. I also want the stacking to be next, and on the same worksheet as A and B. Thanks for the help!