Completely new to all this - so any help appreciated.
On a Sheets form, when Column M has a value, I need Sheets to automatically send an email to a specific email address - xxx@abc.co.uk
Then I need to populate an email in the below format:
To: xxx@abc.co.ukcc: (Column Z Value)Subject: (Column A Value) & " - " & " (Column C Value)
(BODY)
Hi (Column M Value)
Please look at this.
"TITLE - " & Column C
"DATE RECEIVED - " & Column D
"FROM - " & Column E
"Many thanks!"
Any help apprecaited!