I'm trying to set up a spreadsheet for a co-worker that would let the user select an item from a drop-down, which would automatically send an email to a list of users in a separate worksheet. The email would be a review of the entries in the particular row in which they are working on, which is a maintenance log entry.
This is a maintenance log, Columns A-E are information about the problem; Column F is a drop-down with just the number 1. The idea is that when the user selects this, the spreadsheet sends an email to a list of address (in a worksheet named "Email") containing the information in Columns A-E for that row.
When the machine gets fixed, the maintenance worker selects a repair code in Column G, which populates the date in Column J; Column H is an open text description of the repair, Column I is a drop-down with the number 2, this would send an email with all the pertinent information, basically everything in that row from column A-J, except F & I aren't necessary.
I found a script that will send an email, but with a hard-coded message to a hard-coded email address. I'd like it to pull the information from the particular row it was selected from, and to an email list on a separate sheet so that the user can add/remove them as needed.
Any help would be greatly appreciated, this is certainly new terrain for me!
This is a maintenance log, Columns A-E are information about the problem; Column F is a drop-down with just the number 1. The idea is that when the user selects this, the spreadsheet sends an email to a list of address (in a worksheet named "Email") containing the information in Columns A-E for that row.
When the machine gets fixed, the maintenance worker selects a repair code in Column G, which populates the date in Column J; Column H is an open text description of the repair, Column I is a drop-down with the number 2, this would send an email with all the pertinent information, basically everything in that row from column A-J, except F & I aren't necessary.
I found a script that will send an email, but with a hard-coded message to a hard-coded email address. I'd like it to pull the information from the particular row it was selected from, and to an email list on a separate sheet so that the user can add/remove them as needed.
Any help would be greatly appreciated, this is certainly new terrain for me!