How can I copy column names of a table to first row so that when I try to stack (union) it with another table on same excel sheet, I can still see the column names?
Solved! Go to Solution.
input1:
header1 | header2 |
A | 1 |
B | 2 |
input2:
header3 | header4 |
x | 3 |
z | 4 |
expected output:
header1 | header2 |
A | 1 |
B | 2 |
header3 | header4 |
x | 3 |
z | 4 |
Currently, when I try to union the two table by position, I would lose header3 and header4.
Thank you both!
Happy to help : ) @JJJJC
Cheers and have a nice day!
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
5 |