Send Email When Cell Value Changes from Formula

前端 未结 0 1026
北恋
北恋 2021-01-20 01:08

I\'m trying to send an email using the script below.

function onChange(e)
{
  sendNotification2(e);
}
function sendNotification2(e){
if(e.range.getColumn()==4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题