--To view this discussion on the web visit https://groups.google.com/d/msg/formemailer/-/i2wrttqlmU8J.
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To post to this group, send email to forme...@googlegroups.com.
To unsubscribe from this group, send email to formemailer...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/formemailer?hl=en.
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at http://groups.google.com/group/formemailer.
For more options, visit https://groups.google.com/d/optout.
Have you checked Google help page for this formula? It documents this formula nicely and has some usage examples.
Henrique Abreu
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer+unsubscribe@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at https://groups.google.com/group/formemailer.
Hi Taher,It seems your use-case works with either vlookup or query, or even just a chain of IFs.Here are some basic steps on how to achieve this:
- Come up with a Google Sheets formula that retrieves the desired recipient based on whatever logic you want.
- Example: =IF(C2="Yes","me@domain","someoneelse@domain")
- Set this formula on your form responses sheet on row 2 (1st row with responses, since row 1 is the header) in a new column right after the end of your form.
- Example: cell H2
- Write a unique header for this new column (i.e. in row 1, right above where you entered the formula).
- Example: in cell H1 write: Recipient Logic
- Open FormEmailer settings and use the placeholder for this column in the desired field (for example, the "To" field)
- Example: set "To" field to: #Recipient Logic#
- On FormEmailer advanced settings tab set the "Formula location" parameter to the column you wrote the formula
- Example: Form Responses!H
- Save and close
That's it, you should be all set.People usually get stuck on step 1. If that's your case, I guess the easiest approach is using IFs=IF(condition; then-value; else-value), which is simple to chain in order achieve multiple, flexible tests. For example:Let's say your Category (condition field) is on column C. Your formula would look like:=IF(C2="Category1", "cat1@address", IF(C2="Category2, "cat2@address", "catch-all@address"))Are you stuck in a different step? Was this helpful?Kind regards,
Henrique G. Abreu
On Mon, Oct 23, 2017 at 5:42 PM, Taher Naggar via FormEmailer <formemailer+APn2wQcgP2-fPICMbeh3sjroMzhCyjIYskwU9Km2xn1qZ8...@googlegroups.com> wrote:
Hello All,--Thanks, Henrique, for creating the script, and to all of you for the posts. This is my first attempt at using a script, so please bear with me. I have created a form for my school for staff to be able to request support from one of three categories, after they have selected whether they are primary school staff or secondary school staff. The categories are:E-Learning Design - PrimaryE-Learning Design - SecondaryG Suite Training - PrimaryG Suite Training - SecondaryG Suite Technical Support (either primary or secondary)Once the staff member has completed the form, I would like a message sent to the appropriate support team member so that he/she may follow-up with the person who made the request.I've installed the script and entered a sample response. I've also read through Henrique's site and looked at the other link that you've all provided, but I'm stuck. Since the responses categories above are text-based, I think I should be using Query instead of vLookup, but can't figure out how to set it up. Any assistance would be greatly appreciated.Thanks,Taher
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.


Ann Fox Chavez, VP, MA, CFE
Corporate Investigations & Recovery Services - Sr. Risk Manager
Mobile 817-312-2395 / Tel. 817-838-1726 / Fax 205-524-0725
P.O. Box 650561, Dallas, TX 75265 / TX FW RM SCY
Facebook // Twitter // Instagram // LinkedIn // YouTube // Snapchat
Henrique G. Abreu
On Mon, Oct 23, 2017 at 5:42 PM, Taher Naggar via FormEmailer <formemailer+APn2wQcgP2-fPICMbeh3sjroMzhCyjIYskwU9Km2xn1qZ8X7c...@googlegroups.com> wrote:Hello All,--Thanks, Henrique, for creating the script, and to all of you for the posts. This is my first attempt at using a script, so please bear with me. I have created a form for my school for staff to be able to request support from one of three categories, after they have selected whether they are primary school staff or secondary school staff. The categories are:E-Learning Design - PrimaryE-Learning Design - SecondaryG Suite Training - PrimaryG Suite Training - SecondaryG Suite Technical Support (either primary or secondary)Once the staff member has completed the form, I would like a message sent to the appropriate support team member so that he/she may follow-up with the person who made the request.I've installed the script and entered a sample response. I've also read through Henrique's site and looked at the other link that you've all provided, but I'm stuck. Since the responses categories above are text-based, I think I should be using Query instead of vLookup, but can't figure out how to set it up. Any assistance would be greatly appreciated.Thanks,Taher
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.Visit this group at https://groups.google.com/group/formemailer.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer+unsubscribe@googlegroups.com.