Hello,
I'm a newbie and I have the following problem:
Below are records that workers have to fill in every day about there activities from that week. If a person has to travel to get to a client, he or she has to fill in those hours too. A certain week would look like this then:
project activity description date hours worked
proj_01 xxx ffdfdfd 11/03/2003 8
proj_01 trav ffdfdfd 11/03/2003 4
proj_01 xxx ffdfdfd 11/04/2003 8
proj_01 trav ffdfdfd 11/04/2003 2
proj_01 xxx ffdfdfd 11/05/2003 8
proj_01 xxx ffdfdfd 11/06/2003 8
proj_01 xxx ffdfdfd 11/07/2003 8
(activities called 'trav' are traveling hours)
What I would like to do now is to put the traveling dates behind the corresponding working hours (of the same day) in stead of putting them in a seperate row like the example below. What would be the formula?
project activity description date hours travel
proj_01 xxx ffdfdfd 11/03/2003 8 4
proj_01 xxx ffdfdfd 11/04/2003 8 2
proj_01 xxx ffdfdfd 11/05/2003 8
proj_01 xxx ffdfdfd 11/06/2003 8
proj_01 xxx ffdfdfd 11/07/2003 8
Can anyone help me please?
I'm a newbie and I have the following problem:
Below are records that workers have to fill in every day about there activities from that week. If a person has to travel to get to a client, he or she has to fill in those hours too. A certain week would look like this then:
project activity description date hours worked
proj_01 xxx ffdfdfd 11/03/2003 8
proj_01 trav ffdfdfd 11/03/2003 4
proj_01 xxx ffdfdfd 11/04/2003 8
proj_01 trav ffdfdfd 11/04/2003 2
proj_01 xxx ffdfdfd 11/05/2003 8
proj_01 xxx ffdfdfd 11/06/2003 8
proj_01 xxx ffdfdfd 11/07/2003 8
(activities called 'trav' are traveling hours)
What I would like to do now is to put the traveling dates behind the corresponding working hours (of the same day) in stead of putting them in a seperate row like the example below. What would be the formula?
project activity description date hours travel
proj_01 xxx ffdfdfd 11/03/2003 8 4
proj_01 xxx ffdfdfd 11/04/2003 8 2
proj_01 xxx ffdfdfd 11/05/2003 8
proj_01 xxx ffdfdfd 11/06/2003 8
proj_01 xxx ffdfdfd 11/07/2003 8
Can anyone help me please?