I have two rows of data:
Parts Qty
234TV 2
541B 2
568WQ 5
049A 7
314YY 8
I need to input this into a .txt file and I need a tab in-between the part and qty (for the input it is going into).
I was going to use the function =CONCATENATE(A1," ",B1). Is there a way to input tab into functions?
Parts Qty
234TV 2
541B 2
568WQ 5
049A 7
314YY 8
I need to input this into a .txt file and I need a tab in-between the part and qty (for the input it is going into).
I was going to use the function =CONCATENATE(A1," ",B1). Is there a way to input tab into functions?