Hello all,
I have a sheet with a column that has this formula in a column labeled "This Month Available Hrs Remaining"
=NETWORKDAYS(TODAY(), IFERROR(DATE(YEAR(TODAY()), MONTH(TODAY()) + 1, 1) - 1, DATE(YEAR(TODAY()) + 1, MONTH(TODAY()) - 11, 1) - 1)) * 8 * Count@row
This formula lets me know how many man hours I have available in my company with team members working 40/hr weeks as a baseline
Some months we have too work much, and some months we don't have enough work.
I have also added two additional columns to the sheet: 'OT/Reduction This Month' and 'Add/Reduce Team Member This Month'. These columns are meant to be used in a formula that adjusts the value in the 'This Month Available Hrs Remaining' column based on overtime and changes in the team size.
How would I write a formula that would increase of decrease the value in the "This Month Available Hrs Remaining" column IF I made the value in the "OT/Reduction This Month" 110% (10% OT) and added one team member in the Add/Reduce Team Member This Month…or any combination of % and team member increase/decrease?
Trying to set this up for a Monday meeting so any ideas would be great and helpful
Thanks