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.
Asked
Active
Viewed 66 times
0
-
@user320704 can you show me how that is done using the time trigger? Sorry I'm new to this – Richard Bergstrom Sep 15 '16 at 21:46
1 Answers
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