I have a very simple table of three columns:
I need to concat two of them (B and C) in separate cells like this: desired result
I tried this formula: ==TEXTJOIN("-";TRUE;B1:C5)
which does its work, but not the desired result. Please see the screenshot. The "D" column is what I get, and the "E" column is what I need to have:
What I get:
How do I achieve concatenating data of my columns in separate cells? Thanks.