Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の画像を見てください
セルがあります: A1 -> A8、結果を B11 として作成するために使用できる関数を知っていますか (セル範囲を使用したいので、指定されたすべてのセルをリストする必要はありません)
ありがとう、タイ
MoreFunc プラグインがなければ、すぐに数式で実行できるとは思いません。
これは機能します(ただし、必要ではない各セルを指定します):
=CONCATENATE(A1 & ",",A2 & ",",A3 & ",",A4 & ",",A5 & ",",A6 & ",", A7)