I have 2 columns: col1, col2
Both have interleaved data and empty cells like the image here-

How do I combine col1,2 contents to get col3.
I tried using If to find empty cells and not copy content when cell was empty, but the destination column was overwritten by blank cell.

=A1&B1. Only one will show if the other is empty - Mech