Trigger email if cell changed in Google Sheet

后端 未结 2 982
温柔的废话
温柔的废话 2021-01-24 08:47

I have a sheet where we track department metrics in Google Sheets. I am trying to get it to email when a metric changes. I am using counta (in range P2) to monitor if a new me

2条回答
  •  感动是毒
    2021-01-24 09:23

    Dave Lalande. Take a look at this code.

    function getTimeEditRange(Range){
      return YourFunction(Range);
    }
    

    If the value is the same, then the event will not happen.

    Best regards!

提交回复
热议问题