Send email based on the sum of cells from a form submission in Google Sheets
问题 I have a form with a series of linear scale questions. The submission goes to a sheet where I want to get the total of their answers and if the figure is 40 or over send them email "A" and if it is 39 or below they get email "B". Is there a way to sum columns B:G in the newly created row when the form is submitted, get the user's email address from column H and use the sum of B:G to determine which email is sent? I've been through the App Script documentation a bunch of times and can't seem