0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

エクセルで「比例配分計算」をやってみた

Last updated at Posted at 2017-09-12

(参考)生活や実務に役立つ高精度計算サイト>TがT2とT1の値の間にある場合のSの値
http://keisan.casio.jp/exec/user/1448598153
入力
T=5
T1=0,S1=0
T2=10,S2=10
出力
S=5

(エクセル)
A1=0,B1=0
A2=5,B2="=$B$1+($B$3-$B$1)/($A$3-$A$1)*(-$A$1+A2)"
A3=10,B3=10
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?