Here's a sample of the data I have
Name Date Dispatch # Hours
John 9/15/01 453453 2
John 9/15/01 453542 1
John 9/15/01 453543 1
John 9/16/01 453422 4
John 9/17/01 453645 3
John 9/19/01 453594 3
Mike 9/15/01 564321 7
Steve 9/17/01 876544 6
Steve 9/19/01 987876 3
Steve 9/20/01 765432 2
Question:
I need to sum in a form How many days a particular tech (John)worked (4 days) and how many hours a day he worked (3.5). The key is how do I add the number of unique dates?????? thanks for taking a look.
Name Date Dispatch # Hours
John 9/15/01 453453 2
John 9/15/01 453542 1
John 9/15/01 453543 1
John 9/16/01 453422 4
John 9/17/01 453645 3
John 9/19/01 453594 3
Mike 9/15/01 564321 7
Steve 9/17/01 876544 6
Steve 9/19/01 987876 3
Steve 9/20/01 765432 2
Question:
I need to sum in a form How many days a particular tech (John)worked (4 days) and how many hours a day he worked (3.5). The key is how do I add the number of unique dates?????? thanks for taking a look.