0
0

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 1 year has passed since last update.

アンケート結果をtoday関数で抽出する

Last updated at Posted at 2023-10-06

抽出するquery関数(A1にtoday)

GAS
=QUERY('フォームの回答 1'!A:B, "SELECT * WHERE dateDiff(A, date '" & TEXT(A1, "yyyy-mm-dd") & "') = 0")

期限を過ぎていた場合の条件付き書式

条件付き書式
=HOUR(A1) >= 8

追記:todayの部分はカレンダーでもいいかもしれない。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?