How to attach an onChange method to a cell in google spreadsheet. I want to send an email to someone as soon a value in a cell becomes greater that 1000?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In this example the mail is sent if cell A1 has a value >1000 and if you didn’t change its value yourself.
You should of course customize the email address and the cell name to your needs.
You should add an installable trigger
on edit(go to resource>current sheet triggers>add new trigger) and authorize the script.