回答編集履歴
1
誤字を修正
test
CHANGED
@@ -20,6 +20,6 @@
|
|
20
20
|
|
21
21
|
```GAS
|
22
22
|
|
23
|
-
if (mySheet.getRange(i, 2).getValue() <= new Date()) {
|
23
|
+
if (mySheet.getRange(i, 20).getValue() <= new Date()) {
|
24
24
|
|
25
25
|
```
|