Hello Everyone!
I'm trying to automate a big portion of my workload! For background, I've got equipment that accumulates hours over time. The month-to-month accumulation varies and is not a set interval. However, components must be replaced at set hourly intervals.
My intention is to forecast costs per month based on an expected hour accumulation. For example, take the two tables below. Table 1 shows the components, their replacement intervals, and their costs. Table 2 needs to include the formulas to reflect the sum of all costs based on the forecasted equipment hours.
Thanks so much for your help! Please let me know if you have any questions!
I'm trying to automate a big portion of my workload! For background, I've got equipment that accumulates hours over time. The month-to-month accumulation varies and is not a set interval. However, components must be replaced at set hourly intervals.
My intention is to forecast costs per month based on an expected hour accumulation. For example, take the two tables below. Table 1 shows the components, their replacement intervals, and their costs. Table 2 needs to include the formulas to reflect the sum of all costs based on the forecasted equipment hours.
Table 1 | ||
---|---|---|
Component Name | Replacement Interval | Component Cost |
Component 1 | 2,000 | $3,000 |
Component 2 | 3,000 | $7,000 |
Component 3 | 3,000 | $8,500 |
Component 4 | 2,500 | $4,000 |
Table 2 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
January | February | March | April | May | June | July | August | September | October | November | December | |
Accumulated Equipment Hours | 2543 | 2876 | 3351 | 3820 | 4352 | 4762 | 5273 | 5694 | 6150 | 6618 | 7237 | 7651 |
Cost | Sum of $ of 2,500-hour components should land here. | Sum of $ of 3,000-hour components should land here. | Sum of $ of 2,000-hour component should land here. | Sum of $ of 2,500-hour components should land here. | Sum of $ of both 2,000-hour and 3,000-hour components should land here. | Sum of $ of 2,500-hour components should land here. |
Thanks so much for your help! Please let me know if you have any questions!