Sorry if this sounds easier than it is, I've been trying to figure out a solution for almost 2 days now.
I have this table which shows how many employees produce x amount of units each month.
I have two rows at the bottom of the table. One of them (Additional Employees) lets me hypothetically "add" more employees to the existing amount of employees. The other row (New Units) shows how many units it would be if I would be in total if I added those employees.
The problem is that the new employees would go through training for x amount of months before they can actually work. And even when they begin, they would be at 33% productivity, 66% and finally 100% by month 3.
But we want to modify the Training Months to be a variable that we could change (2 months, 3 months etc).
For example: In the picture above, I have the training set to 2 months. Hence why when I add 2 new employees in July 2022, we don't get new units until September. That's because they undergo 2 months of training.
But I want to be able to enter a different number for Training (I.e. 4 months) so that it doesn't count the employees until they go through 4 months of training.
Any suggestions are extremely apreciated!
Thank you