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.
列の値をE加算Fし、 から値を減算Gして結果を に表示したいH。
E
F
G
H
だからそのような
列HはH(i) = E(i) + F(i) - G(i)
H(i) = E(i) + F(i) - G(i)
私の理解が正しければ、計算の列の一番上に配置される次のような数式を探していることになります。
Cell H1: =(E1+F1)-G1
列 H (セル H10) で計算を開始する場所に応じて、これを適宜調整できます。
乾杯。