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.
セルごとに、および 3 番目の列から 2 つの列を追加する方法はありますか? 2 つの列を 2 つの配列と考え、3 番目の列をこれら 2 つの配列の合計と考えてください。
でこれを行うにはどうすればよいgnumericですか?
gnumeric
はい、可能です。列 A と B からデータを追加し、結果を列 C に入れたいとします。列 C を選択し (列全体ではないかもしれません)、次のように入力します: =A:A+B:B 次に、Ctrl+Shift+Enter を使用して検証します。
10 行だけが必要な場合、式は =A1:A10+B1:B10 になります。