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 を G1 にするにはどうすればよいですか。
=sum(A1+B1)
つまり、最初の引数を右に 5 セルにシフトして、新しい式が次のようになるようにします。
=sum(G1+B1)