Hi there,
I'm trying to calculate the monthly FTE (full-time equivalent) for an employee based on the start date & end date.
Let's assume this person started working on 01/15/2022 and was terminated on 10/13/2023. I need to calculate the monthly FTE (from 0 to 1) based on calendar days, so that:
Your help would be greatly appreciated. I've tried over and over and haven't yet been able to crack the code.
Thanks!
I'm trying to calculate the monthly FTE (full-time equivalent) for an employee based on the start date & end date.
Let's assume this person started working on 01/15/2022 and was terminated on 10/13/2023. I need to calculate the monthly FTE (from 0 to 1) based on calendar days, so that:
- Prior to 2022, FTE= 0;
- Jan 2022 FTE=~.49 (i.e. 15/31)
- Feb 22-Sep 23, FTE=1;
- Oct 23, FTE=~.42 (i.e., 13/31);
- from Nov 23 onward, FTE= 0
Your help would be greatly appreciated. I've tried over and over and haven't yet been able to crack the code.
Thanks!