JonathanRichardson
New Member
- Joined
- Aug 23, 2006
- Messages
- 2
I have two columns, one is “job numbers” with a eight digit number, the other has “Status date time” with the format as “13/09/2006 16:15:00”
My problem is that the job numbers show each time the status changes. So the “job numbers” column has 6278 rows but only 1400 unique jobs with 6278 status changes.
I want to end up with 1400 rows showing the date and time of the last status change?
Job Number Status date time
66397053 13/09/2006 16:15
66397053 12/09/2006 16:18
66397053 05/09/2006 15:48
66397053 29/08/2006 15:08
68210473 03/08/2006 13:00
68210473 02/08/2006 02:21
68210473 01/08/2006 05:28
68283571 25/07/2006 13:48
68283571 24/07/2006 11:28
68283571 23/07/2006 08:00
Example
Job Number Status date time
66397053 13/09/2006 16:15
68210473 03/08/2006 13:00
68283571 25/07/2006 13:48
Thanks
My problem is that the job numbers show each time the status changes. So the “job numbers” column has 6278 rows but only 1400 unique jobs with 6278 status changes.
I want to end up with 1400 rows showing the date and time of the last status change?
Job Number Status date time
66397053 13/09/2006 16:15
66397053 12/09/2006 16:18
66397053 05/09/2006 15:48
66397053 29/08/2006 15:08
68210473 03/08/2006 13:00
68210473 02/08/2006 02:21
68210473 01/08/2006 05:28
68283571 25/07/2006 13:48
68283571 24/07/2006 11:28
68283571 23/07/2006 08:00
Example
Job Number Status date time
66397053 13/09/2006 16:15
68210473 03/08/2006 13:00
68283571 25/07/2006 13:48
Thanks