fred3
Member
I'm trying to Concatenate two cells into one where I need the rightmost entry to be aligned on its left end with all others so generated.
The first component from Column A isn't of equal length from row to row. Nor, is the second component from Column B.
Like this:
A B C
_______ _____ ______________
abc 12 abc 12
defghgh 456 defghgh 456
It seems like TAB would be the thing to use if possible like this:
=Concatenate(A1,|TAB??|,B1)
How can I do this?
The first component from Column A isn't of equal length from row to row. Nor, is the second component from Column B.
Like this:
A B C
_______ _____ ______________
abc 12 abc 12
defghgh 456 defghgh 456
It seems like TAB would be the thing to use if possible like this:
=Concatenate(A1,|TAB??|,B1)
How can I do this?