This is a stumper - hoping someone has an idea. I need to calculate average hours worked by an employee in a quarter so I have all of the hours separated by each week in columns. I don't want to penalize new hires for the zero hours in the columns prior to when they were hired. But I do want to count the zeros if it is just a random week worked with no hours.
So in the example below, for Tom Smith, the first 2 weeks should not be counted into the average and for Jane Jones, all zeros should be counted since she had leading columns that had hours in them.
Anyone have a solution?
Tom Smith 0 0 8.5 27.75 9.25 17.25
Jane Jones 40.5 21.5 24 0 0 20
So in the example below, for Tom Smith, the first 2 weeks should not be counted into the average and for Jane Jones, all zeros should be counted since she had leading columns that had hours in them.
Anyone have a solution?
Tom Smith 0 0 8.5 27.75 9.25 17.25
Jane Jones 40.5 21.5 24 0 0 20