SomeCallMeGenius
Board Regular
- Joined
- Aug 11, 2010
- Messages
- 61
Hi All,
I get a daily email from the MIS with details on the performance on my team members. For agents who are below a particular threshold needs to be sent email on daily basis. I have a big team, so some times this get tedious. I believe this can be automated using VB but I am not very good in it, so requesting for help from you guys.
Here is what the sheets looks like -
Sheet one
Excel 2007
What I want is that the macro/vb program to automatically pickup agent name whose performance index is "Average" , "Below Average" or "Poor" and also pickup their productivity figure, check their name in sheet 2 for their email address and send them an email like this -
"Hello Agent name,
Your productivity for yesterday was (mention productivity figure here), can you please let us know the reason for the same.
Thanks,
-SG"
here is what the sheet two looks like
Excel 2007
Please help me guys.
Thanks,
-SG
I get a daily email from the MIS with details on the performance on my team members. For agents who are below a particular threshold needs to be sent email on daily basis. I have a big team, so some times this get tedious. I believe this can be automated using VB but I am not very good in it, so requesting for help from you guys.
Here is what the sheets looks like -
Sheet one
Excel Workbook | |||||
---|---|---|---|---|---|
C | D | E | |||
3 | Name | Productivity | Performance | ||
4 | Samantha | 85 | Excellent | ||
5 | Roger | 75 | Above Average | ||
6 | Christie | 65 | Average | ||
7 | Alex | 55 | Below Average | ||
8 | Jonathan | 45 | Poor | ||
9 | David | 87 | Excellent | ||
10 | Chritian | 67 | Average | ||
11 | Amanda | 78 | Above Average | ||
12 | Victor | 89 | Excellent | ||
Sheet1 |
What I want is that the macro/vb program to automatically pickup agent name whose performance index is "Average" , "Below Average" or "Poor" and also pickup their productivity figure, check their name in sheet 2 for their email address and send them an email like this -
"Hello Agent name,
Your productivity for yesterday was (mention productivity figure here), can you please let us know the reason for the same.
Thanks,
-SG"
here is what the sheet two looks like
Excel Workbook | ||||
---|---|---|---|---|
F | G | |||
4 | Alex | alex@domainname.com | ||
5 | Amanda | Amanda@domainname.com | ||
6 | Christie | Christie@domainname.com | ||
7 | Chritian | Chritian@domainname.com | ||
8 | David | David@domainname.com | ||
9 | Jonathan | Jonathan@domainname.com | ||
10 | Roger | Roger@domainname.com | ||
11 | Samantha | Samantha@domainname.com | ||
12 | Victor | Victor@domainname.com | ||
Sheet1 |
Please help me guys.
Thanks,
-SG