質問編集履歴

1

コード間違い

2020/01/10 05:56

投稿

slime_Hoimi
slime_Hoimi

スコア13

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  Logger.log(updateRange); //更新日の記入
34
34
 
35
- if(currentRow > 2 && currentCol == 1) { //2行目以降かつB列の変更を参照とする
35
+ if(currentRow > 2 && currentCol == 2) { //2行目以降かつB列の変更を参照とする
36
36
 
37
37
  if(currentCell) {
38
38