Hi everyone - This may be more of a mathematical question vs. Excel but here goes. We're hiring 250 people over 18 months starting in July and I want to show three hiring plan alternatives:
The trick here is the terms "decreasing" and "increasing". Take my example worksheet for the FRONT LOAD column. I have the Variable set = 50%, so Month 1 is 5.6% + 50% = 8.3%. I could take the remaining 91.7% percent (100% - 8.3% = 91.7%) and divide it evenly across the remaining 17 periods (5.4% each), but I want to front load across all months, not just the first one. So month #2 should be something around 8.1%, and so forth across the remaining months. Month 18 would probably see something in the 2-3% range, maybe less. (It would be a bonus to be able to set the % to hire in the final month and have Excel create a down ramp ending at that percentage).
My goal with this post is a formula for the blank cells in columns C & D.
I hope the objective is clear. Has anyone done something like this or have ideas? Thanks in advance! --Shawn
- Hire EVENLY across 18 months (5.6% per month)
- FRONT LOAD - hire a variable % ABOVE 5.6% in Month #1, tapering in a decreasing way to the final hires in month 18
- BACK LOAD - hire a variable % ABOVE 5.6% in Month #18, ramping up in an increasing each month starting in month 1
The trick here is the terms "decreasing" and "increasing". Take my example worksheet for the FRONT LOAD column. I have the Variable set = 50%, so Month 1 is 5.6% + 50% = 8.3%. I could take the remaining 91.7% percent (100% - 8.3% = 91.7%) and divide it evenly across the remaining 17 periods (5.4% each), but I want to front load across all months, not just the first one. So month #2 should be something around 8.1%, and so forth across the remaining months. Month 18 would probably see something in the 2-3% range, maybe less. (It would be a bonus to be able to set the % to hire in the final month and have Excel create a down ramp ending at that percentage).
My goal with this post is a formula for the blank cells in columns C & D.
I hope the objective is clear. Has anyone done something like this or have ideas? Thanks in advance! --Shawn
SF Practice Operating Model.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | EVEN | FRONT LOAD | BACK LOAD | |||
2 | Jul 22 | 5.6% | 8.3% | |||
3 | Aug 22 | 5.6% | ||||
4 | Sep 22 | 5.6% | ||||
5 | Oct 22 | 5.6% | ||||
6 | Nov 22 | 5.6% | ||||
7 | Dec 22 | 5.6% | ||||
8 | Jan 23 | 5.6% | ||||
9 | Feb 23 | 5.6% | ||||
10 | Mar 23 | 5.6% | ||||
11 | Apr 23 | 5.6% | ||||
12 | May 23 | 5.6% | ||||
13 | Jun 23 | 5.6% | ||||
14 | Jul 23 | 5.6% | ||||
15 | Aug 23 | 5.6% | ||||
16 | Sep 23 | 5.6% | ||||
17 | Oct 23 | 5.6% | ||||
18 | Nov 23 | 5.6% | ||||
19 | Dec 23 | 5.6% | 8.33% | |||
20 | ||||||
21 | Variable | 50% | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2:B19 | B2 | =1/(COUNTA($A$2:$A$19)) |
C2 | C2 | =B2*(1+B21) |
A3:A19 | A3 | =A2+365/12 |
D19 | D19 | =B19*(1+B21) |