susanlbaker
New Member
- Joined
- Oct 14, 2015
- Messages
- 2
I have the following values that are exported out of Epic EMR (electronic medical record).
The first column is a decimal time value, for example the first example is 4.3 minutes.
I want to subtract the 4.3 minutes from the time stamp of 10:01 am in the second column.
I realize I could manually do this, but there are 134,000 records in this file.
Any help would be greatly appreciated.
[TABLE="width: 183"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]SignIn To ChkIn[/TD]
[TD]C/I Time[/TD]
[/TR]
[TR]
[TD="align: right"]4.3[/TD]
[TD="align: right"]10:01 AM[/TD]
[/TR]
[TR]
[TD="align: right"]3.6[/TD]
[TD="align: right"]10:02 AM[/TD]
[/TR]
[TR]
[TD="align: right"]15.6[/TD]
[TD="align: right"]10:02 AM[/TD]
[/TR]
[TR]
[TD="align: right"]4.4[/TD]
[TD="align: right"]10:03 AM[/TD]
[/TR]
</tbody>[/TABLE]
The first column is a decimal time value, for example the first example is 4.3 minutes.
I want to subtract the 4.3 minutes from the time stamp of 10:01 am in the second column.
I realize I could manually do this, but there are 134,000 records in this file.
Any help would be greatly appreciated.
[TABLE="width: 183"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]SignIn To ChkIn[/TD]
[TD]C/I Time[/TD]
[/TR]
[TR]
[TD="align: right"]4.3[/TD]
[TD="align: right"]10:01 AM[/TD]
[/TR]
[TR]
[TD="align: right"]3.6[/TD]
[TD="align: right"]10:02 AM[/TD]
[/TR]
[TR]
[TD="align: right"]15.6[/TD]
[TD="align: right"]10:02 AM[/TD]
[/TR]
[TR]
[TD="align: right"]4.4[/TD]
[TD="align: right"]10:03 AM[/TD]
[/TR]
</tbody>[/TABLE]