Hi All,
I have an issue developing a VBA program for a small logic. I tried posting it earlier here with no luck. Seems like I didn't communicate my requirement properly. So I am re-writing my requirements:
I need help with a small VBA logic that can loop through a set of tasks and assign Employees to the tasks.
Process:
Task 1John
Task 2John
Task 3John
Task 4John
Task 5John
Task 6John
Task 7John
Task 8Ken
Task 9Ken
Task 10Kyle
The challenge I have is that the % of allocation changes everyday and occasional an additional employee(s) added.
I would be grateful to anyone who can help me with this logic.
Thanks in advance,
cheers,
Ravi.
PS: Moderators, please excuse me for this second post. I thought it would be a better idea to re-post when I change the requirements completely. Thank you
EDITED (SirJB7)
PS2: Original thread: http://chandoo.org/forum/threads/automatic-task-allocation-to-users.13490
I have an issue developing a VBA program for a small logic. I tried posting it earlier here with no luck. Seems like I didn't communicate my requirement properly. So I am re-writing my requirements:
I need help with a small VBA logic that can loop through a set of tasks and assign Employees to the tasks.
Process:
- I have a set of tasks (Task 1 to Task 10)
- I have 3 Employees (John, Ken and Kyle). Everyday I allocate different % of tasks for each employee based on their work load. For e.g
- John - 70% of tasks
- Ken - 15% of tasks
- Kyle - 15% of tasks
- I need the macro to loop these tasks and assign John, Ken or Kyle.
Task 1John
Task 2John
Task 3John
Task 4John
Task 5John
Task 6John
Task 7John
Task 8Ken
Task 9Ken
Task 10Kyle
The challenge I have is that the % of allocation changes everyday and occasional an additional employee(s) added.
I would be grateful to anyone who can help me with this logic.
Thanks in advance,
cheers,
Ravi.
PS: Moderators, please excuse me for this second post. I thought it would be a better idea to re-post when I change the requirements completely. Thank you
EDITED (SirJB7)
PS2: Original thread: http://chandoo.org/forum/threads/automatic-task-allocation-to-users.13490
Last edited by a moderator: