Reynold49
16 years ago
雞爺,再度找你求救!!!!!
latest #11
Reynold49
16 years ago
上次問你那個month to date的公式,如果再加上一欄CLIP/CVP的觀念要怎麼弄??
Reynold49
16 years ago
CLIP就是 if(actual month to date > plan month to date)的話就是1,反之則是0。
Velociraptor
16 years ago
actual/plan month to date 又是三小
立即下載
Velociraptor
16 years ago
其實我也忘記上次問題是什麼了 囧
Reynold49
16 years ago
plan month to date就是這個月到今日為止,我計畫性投產的累積數量,actual就是實際的。CLIP 就是用實際的根計畫性作比較,要看我達成率多少。只要達到就是100%,沒達到就是0。
Velociraptor
16 years ago
儲存格裡面打 IF(actual > plan, 1,0) actual 就是上次你做好的那個儲存格 plan 就是你自己訂的數值 直接打 或是放在某個儲存格的也行
Reynold49
16 years ago
幹 這個我知道
Reynold49
16 years ago
我想把兩個公式縮寫成一個 有沒有辦法
Velociraptor
16 years ago
那你最後結果是要看到1 或0 囉
Velociraptor
16 years ago
IF(actual > plan, 1,0) actual 就擺month to date 那一整串公式啊
Reynold49
16 years ago
幹 我明天在問你好了
back to top