Column B Column B Desired output
Some Thing Some Thing
Any Any (with NO blank space because of blank cell)
No Thing No Thing
Thing Thing (with no leading space either)我尝试过这个:={"COPY-PASTE" ; ARRAYFORMULA(TEXTJOIN(" "; SAND; $B$2; $C$2))} --但没有成功。
发布于 2019-07-04 05:07:26
=ARRAYFORMULA(TRIM(TRANSPOSE(QUERY(TRANSPOSE(A1:B),,999^99))))

https://stackoverflow.com/questions/56877887
复制相似问题