0

In google sheets, is there a way to send an email notification when a cell is not filled by a certain time of the day? Like if cell A1 isn't filled by 5pm, send an email to user to tell them to fill that cell.

Tim Williams
  • 154,628
  • 8
  • 97
  • 125

1 Answers1

0

You'll need a Time driven trigger that checks if the cell(or range) is blank and then calls a email function

Also look at this SO answer, which uses OnEdit()

Community
  • 1
  • 1
M O'Connell
  • 487
  • 5
  • 18