Dear all,
I am a newbie with limited experience in using excel or VBA. Any help in with this problem I have will be much appreciated. I have spent good few days trying to solve this but could not. I am testing a device that monitors the leg movements over night and gives out an excel sheet with the particular times when a movement occurs.
For example:
A1: 24/06/2011 22:30:00 B1: M (indicating movement)
A2: 24/06/2011 22:33:00 B2: M...........................
A90: 25/06/2011 06:29:00 B90: M
I need to integrate these random times into a timeline (if I can call it) so that I will have an array with consecutive minutes that will tell me if that particular minute is associated with a movement (M) or not (0).
For example
A1: 24/06/2011 22:29:00 B1: 0
A2: 24/06/2011 22:30:00 B2: M
A3: 24/06/2011 22:31:00 B3: 0
A4: 24/06/2011 22:32:00 B4: 0
A5: 24/06/2011 22:33:00 B5: M
A6: 24/06/2011 22:34:00 B6: 0........
A89: 25/06/2011 06:28:00 B89: 0
A90: 25/06/2011 06:29:00 B90: M........
Many thanks.
Shankar.
I am a newbie with limited experience in using excel or VBA. Any help in with this problem I have will be much appreciated. I have spent good few days trying to solve this but could not. I am testing a device that monitors the leg movements over night and gives out an excel sheet with the particular times when a movement occurs.
For example:
A1: 24/06/2011 22:30:00 B1: M (indicating movement)
A2: 24/06/2011 22:33:00 B2: M...........................
A90: 25/06/2011 06:29:00 B90: M
I need to integrate these random times into a timeline (if I can call it) so that I will have an array with consecutive minutes that will tell me if that particular minute is associated with a movement (M) or not (0).
For example
A1: 24/06/2011 22:29:00 B1: 0
A2: 24/06/2011 22:30:00 B2: M
A3: 24/06/2011 22:31:00 B3: 0
A4: 24/06/2011 22:32:00 B4: 0
A5: 24/06/2011 22:33:00 B5: M
A6: 24/06/2011 22:34:00 B6: 0........
A89: 25/06/2011 06:28:00 B89: 0
A90: 25/06/2011 06:29:00 B90: M........
Many thanks.
Shankar.