In my data set each line has a persons name, there are a total of 5 names. After their name is a start time and date and after that is a Finnish time and date.
This is laid out from column a to c
each name has multiple entry’s in the data set anywhere from 20 to 70 entry’s each day.
is there a formula that can look at the persons name, let’s say, “James” and average the difference between column b & c which is his start time and end time.
the catch is, I also need to see the time that he was not working on a job combined with the time he was on a job. Now if I run a sum for downtime and drag down I have to manually check to make sure this isn’t including when he finishes work on one particular day and then starting on the next, as this will throw the average time out drastically.
this is something I need to happen in a formula rather than filtering or manually entering as I would have to repeat this process daily and across 10 workbooks which seem inefficient.
at the moment I’m using an advanced filter to copy unique only to a different work sheet to give me the list of names, I’ve made this a macro and added some vba so this macro runs every 10 minutes. This means that if a new person enters on to the works sheet throughout the day I can see them in my summary, from there I’m doing an averageif on their names with the range as a sum of Finnish time - start time, and start time - Finnish time.
but as I suggested this doesn’t work when the date rolls over, or when the entry of James turns in to the entry of Adam in the next line for example.
many one have any ideas?
This is laid out from column a to c
each name has multiple entry’s in the data set anywhere from 20 to 70 entry’s each day.
is there a formula that can look at the persons name, let’s say, “James” and average the difference between column b & c which is his start time and end time.
the catch is, I also need to see the time that he was not working on a job combined with the time he was on a job. Now if I run a sum for downtime and drag down I have to manually check to make sure this isn’t including when he finishes work on one particular day and then starting on the next, as this will throw the average time out drastically.
this is something I need to happen in a formula rather than filtering or manually entering as I would have to repeat this process daily and across 10 workbooks which seem inefficient.
at the moment I’m using an advanced filter to copy unique only to a different work sheet to give me the list of names, I’ve made this a macro and added some vba so this macro runs every 10 minutes. This means that if a new person enters on to the works sheet throughout the day I can see them in my summary, from there I’m doing an averageif on their names with the range as a sum of Finnish time - start time, and start time - Finnish time.
but as I suggested this doesn’t work when the date rolls over, or when the entry of James turns in to the entry of Adam in the next line for example.
many one have any ideas?