I have a list of 3 individuals, one per column. Each column counts the number of entries each individual has performed a specific task each month. The last row adds the number of entries per individual.
However the individuals are paid a bonus of the total tasks carried out as follows: Number tasks per individual/total number of tasks x 50. The total of all 3 can't exceed 50.
If I look at the following:
Person1 25 tasks
Person2 26 tasks
Person3 2 tasks
The total is 53 and the results I get are 24, 25 and 2 which add up to 51 and not 50. Since these amounts will vary on a monthly basis is there any way in which this can be done in a formula or in VBA?
However the individuals are paid a bonus of the total tasks carried out as follows: Number tasks per individual/total number of tasks x 50. The total of all 3 can't exceed 50.
If I look at the following:
Person1 25 tasks
Person2 26 tasks
Person3 2 tasks
The total is 53 and the results I get are 24, 25 and 2 which add up to 51 and not 50. Since these amounts will vary on a monthly basis is there any way in which this can be done in a formula or in VBA?