How do I calculate FTE's in a monthly report if I know the total .

R

Rene Zelissen

I'm making a report (grouped by month) of hours worked. I'm trying to
calculate the number of FTE's for each month. I don't know how to convert the
total hours worked into a FTE count? I guess I need to do something like:
(Total hrs worked)/(Total of work days in each month times 8 hrs).
But how do I know the number of workdays per month?
 
D

Duane Hookom

Do you have a table created to store holidays? Are you months actual
calendar months?
 
Top