Bill_Davenport
New Member
- Joined
- Jul 25, 2017
- Messages
- 13
any suggestions on how i could do the following?
What i'd like to do is loop through each row, in a spreadsheet then pull the order number and generate an email to the correct department stating:
"Hello, the following order, (pull order number from order column), requires additional action by your department."
unfortunately these departments wants to receive an individual email for each order so i can't just email them my list for them to work on, something about how they work on their queue but i digress lol.
for example lets say i have two columns in my sheet that i want to work off of, Ordernumber and tech, the tech column will either be "Copper", "Copper bonded" or "GPON"
Copper needs to be emailed to copper@copper.fake
copper bonded needs to be emailed to copperbonded@copper.fake
and gpon need sto be emailed to gpon@gpon.fake
the concept seems simple but i'm not sure how to program it Even if i have to generate 1 email at a time and it just loops through making me send each one is better than doing it manually every day.
thanks in advance for any advice.
What i'd like to do is loop through each row, in a spreadsheet then pull the order number and generate an email to the correct department stating:
"Hello, the following order, (pull order number from order column), requires additional action by your department."
unfortunately these departments wants to receive an individual email for each order so i can't just email them my list for them to work on, something about how they work on their queue but i digress lol.
for example lets say i have two columns in my sheet that i want to work off of, Ordernumber and tech, the tech column will either be "Copper", "Copper bonded" or "GPON"
Copper needs to be emailed to copper@copper.fake
copper bonded needs to be emailed to copperbonded@copper.fake
and gpon need sto be emailed to gpon@gpon.fake
the concept seems simple but i'm not sure how to program it Even if i have to generate 1 email at a time and it just loops through making me send each one is better than doing it manually every day.
thanks in advance for any advice.