I am attempting to build an employee attrition model to better understand the impact on an organization. In my worksheet are the following data: column A: employee name, column B: job title, column C: random number and column D: identification of the attrited employees. In column C, I have added the formula =randbetween(1,100). There are 200 employees in the file. In cell D2, I have added the following formula =if(C2<=6,"Attrited", "On Roll").
I was hoping the randbetween function would include all numbers between 1 and 100 twice to capture the six employees I could expect to leave the organization. However, I discovered the randbetween function doesn't use all the numbers between 1 and 100. In one case, I found the lowest number was 4 and it was used 4 times. Needless to say, I'm not able to utilize the random numbers to ensure I have a random selection of employees identified for attrition. I plan to repeat the process in columns E, F, G and H to see the impact of a 3% attrition rate over a five year period. I also plan to write a macro with a loop to repeat the 5-year attrition process 20 times (e.g., monte carlo simulation) to calculate the overall average impact in payroll as well as the loss of jobs.
Three questions:
1) Is this the right approach for the modeling attrition?
2) If yes, how can I preserve the randomness of job selection (in column C) along with only identifying 3% of the population?
3) Is there a way to create this model using scenario manager? Again, how do you only select 3% of the population for exclusion in scenario manager.
Thank you in advance for your assistance.
I was hoping the randbetween function would include all numbers between 1 and 100 twice to capture the six employees I could expect to leave the organization. However, I discovered the randbetween function doesn't use all the numbers between 1 and 100. In one case, I found the lowest number was 4 and it was used 4 times. Needless to say, I'm not able to utilize the random numbers to ensure I have a random selection of employees identified for attrition. I plan to repeat the process in columns E, F, G and H to see the impact of a 3% attrition rate over a five year period. I also plan to write a macro with a loop to repeat the 5-year attrition process 20 times (e.g., monte carlo simulation) to calculate the overall average impact in payroll as well as the loss of jobs.
Three questions:
1) Is this the right approach for the modeling attrition?
2) If yes, how can I preserve the randomness of job selection (in column C) along with only identifying 3% of the population?
3) Is there a way to create this model using scenario manager? Again, how do you only select 3% of the population for exclusion in scenario manager.
Thank you in advance for your assistance.